Utility Tools

Free Online Text Case Converter –
UPPERCASE, lowercase, camelCase & More

Paste or type your text and instantly see it converted into 12 case styles — UPPERCASE, lowercase, Title Case, Sentence case, Capitalized Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Alternating Case, and Inverse Case — all live, all in your browser.

100% Free No Signup 12 Case Styles One-Click Copy Live Conversion Private & Secure
Convert to:
0 words
·
0 characters
·
0 lines
Text never leaves your device

Paste or type text on the left to see all 12 case formats appear here, each with its own one-click copy button.

Step by Step

How to Use the Text Case Converter

Convert text into any case style in seconds — no account, no software, no limits.

1
📋

Paste Your Text

Click the editor area and paste with Ctrl+V (or Cmd+V on Mac), or type directly. Conversion starts instantly.

2
🔤

View All 12 Formats

See UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more, all generated live on the right.

3
📎

Copy What You Need

Click the copy icon on any format card to copy just that converted version to your clipboard.

4

Or Apply It Directly

Pick a case from the "Convert to" menu and click Apply to transform the editor text itself, so you can keep editing.

5
💾

Download or Clear

Save your converted text as a .txt file with one click, or clear the editor to start a fresh conversion.

Reference Guide

Where Each Case Style Is Actually Used

Case styles aren't interchangeable — each one has a real, conventional home in writing, code, or design.

Everyday Writing

The cases readers expect to see in headlines, body copy, and everyday formatting.

Headlines / titles Title Case Body text / UI copy Sentence case Buttons / menu items Capitalized Case Acronyms / emphasis UPPERCASE

Programming & Code

Naming conventions developers rely on to keep codebases consistent and readable.

JS / Java variables camelCase Classes / components PascalCase Python / SQL / Ruby snake_case URLs / CSS classes kebab-case

Config & Stylistic

From environment variables to playful social-media text, these cases serve specific niches.

Constants / env vars CONSTANT_CASE Memes / fun captions Alternating Case Quick text "shouting" Inverse Case Compact identifiers kebab-case
Cheat Sheet

Case Style Cheat Sheet

Every case style applied to the same example phrase — the future of the web — so you can compare them side by side.

Case Style Example Typically Used In Notes
UPPERCASE THE FUTURE OF THE WEB Warnings, acronyms, emphasis Easy to overuse — reads as "shouting" in long passages
lowercase the future of the web Casual captions, usernames, tags Removes all formal emphasis from a phrase
Title Case The Future of the Web Headlines, book and article titles First and last word always capitalized; short connecting words like "of" stay lowercase
Sentence case The future of the web Body text, UI labels, descriptions Only the first letter of the sentence is capitalized
Capitalized Case The Future Of The Web Menu items, buttons, short labels Capitalizes every word regardless of length or position
camelCase theFutureOfTheWeb JavaScript / Java variables & functions No spaces; first word lowercase, every word after capitalized
PascalCase TheFutureOfTheWeb Classes, types, React/Vue components Same as camelCase but the first word is capitalized too
snake_case the_future_of_the_web Python, Ruby, SQL column/table names Lowercase words joined with underscores
kebab-case the-future-of-the-web URL slugs, CSS classes, HTML attributes Lowercase words joined with hyphens — the SEO-friendly choice for URLs
CONSTANT_CASE THE_FUTURE_OF_THE_WEB Constants, environment variables Also called SCREAMING_SNAKE_CASE
Alternating Case tHe FuTuRe Of ThE wEb Memes, playful captions, sarcasm text Alternates upper and lower case letter by letter, ignoring spaces
Inverse Case THE FUTURE OF THE WEB Quickly flipping the case of mixed-case text Swaps each letter's case — on this all-lowercase example it looks like UPPERCASE; try it on mixed-case text to see real toggling
FAQ

Frequently Asked Questions About Text Case Conversion

Everything writers, developers, and editors ask about converting and naming text case.

What is the difference between camelCase and PascalCase?

camelCase joins words with no spaces, lowercases the first word, and capitalizes the first letter of every word after it, like "firstName". PascalCase follows the same rule but capitalizes the first letter of every word including the first, like "FirstName". camelCase is standard for variables and functions in JavaScript and Java; PascalCase is standard for class names and React or Vue component names.

What is snake_case and where is it used?

snake_case lowercases every word and joins them with underscores, like "first_name". It is the dominant convention in Python and Ruby for variables and functions, and the standard format for table and column names in most SQL databases. Its uppercase variant, CONSTANT_CASE, is widely used for constants and environment variables.

How does Title Case handle small words like "a," "the," and "of"?

Proper Title Case always capitalizes the first and last word of a phrase, and capitalizes every major word in between, but keeps short connecting words — articles like "a" and "the," and short prepositions like "of" and "in" — lowercase unless they open or close the title. This differs from Capitalized Case, which simply capitalizes every word.

Does changing the case of text affect SEO rankings?

Search engines match keywords case-insensitively, so converting between UPPERCASE, lowercase, or Title Case doesn't directly change rankings. Case still matters for readability and user experience, though — Title Case is conventional for headlines, Sentence case for body copy, and heavy UPPERCASE use can read as shouting and reduce click-through in titles.

What is kebab-case and why is it used in URLs?

kebab-case lowercases every word and joins them with hyphens, like "first-name". It's the standard for URL slugs because search engines treat hyphens as word separators, unlike underscores which can be read as a single token. It's also widely used for CSS class names and HTML attributes.

What's the difference between Sentence case and Capitalized Case?

Sentence case capitalizes only the first letter of a sentence and lowercases the rest, exactly like normal prose: "The quick fox jumps." Capitalized Case, also called Start Case, capitalizes the first letter of every word regardless of position: "The Quick Fox Jumps." Sentence case is standard for body text; Capitalized Case is common for buttons and menu labels.

How do I reverse or toggle the case of text I've already typed?

This is Inverse Case (or Toggle Case) — every uppercase letter becomes lowercase and every lowercase letter becomes uppercase, while numbers, punctuation, and spaces stay unchanged. Paste your text into the editor above and the Inverse Case card updates instantly, with a one-click copy button right next to it.

Does this tool store or upload my text anywhere?

No. Every conversion runs entirely in your browser using JavaScript. None of your text is sent to a server, logged, or stored anywhere — it disappears the moment you close or refresh the page, making it safe to use for source code, drafts, or any unpublished content.
Why WebToolOcean

Why Use Our Text Case Converter?

More than a single case toggle — a complete case-conversion workspace for writers and developers alike.

Instant Live Conversion

Every format updates on every keystroke with zero lag — no buttons to click, no page reloads. Just paste and read.

12 Case Styles in One Place

UPPERCASE, lowercase, Title Case, Sentence case, Capitalized Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Alternating Case, and Inverse Case — all at once.

One-Click Copy Per Format

Every result card has its own copy button — grab exactly the format you need without retyping or reselecting text.

Apply Directly to the Editor

Use the "Convert to" menu to transform your editor text in place, so you can keep editing the result right away.

Built for Writers & Developers

Whether you need a clean headline in Title Case or a valid variable name in camelCase, it's covered in one tool.

100% Private

Source code, client copy, unpublished drafts — none of your text ever leaves your device. Zero server contact, ever.