alt/repo
alternative-repository
ALTREPO/Text/CASE CONVERTER
Input
LOCAL-ONLY0 CHARS
Whatever you paste here is converted right inside your browser, so it never gets sent to a server or saved anywhere.
Output
No style selected
Pick a style below to convert your text.
Styles
Type or paste text above, then pick a style.

Text case & style converter

Convert text between any case or creative style

You've got some text and you need it in a different shape: a heading in Title Case, a variable in camelCase, a username in small caps. Paste it in once and copy back whichever version you need. It all happens in your browser, so nothing you type is ever sent anywhere.

Cases you can convert to

StyleExample
UPPERCASETHE QUICK BROWN FOX
lowercasethe quick brown fox
Title CaseThe Quick Brown Fox
Sentence caseThe quick brown fox
camelCasetheQuickBrownFox
PascalCaseTheQuickBrownFox
snake_casethe_quick_brown_fox
CONSTANT_CASETHE_QUICK_BROWN_FOX
kebab-casethe-quick-brown-fox

Programming naming conventions

Different languages and style guides favor different casing. These styles change how words are joined rather than only the capitalization:

  • camelCase: common for variables and functions in JavaScript, Java and Swift.
  • PascalCase: used for classes, types and components.
  • snake_case: common in Python, Ruby and database columns.
  • CONSTANT_CASE: used for constants and environment variables.
  • kebab-case: used for URLs, CSS classes and file names.

Creative and decorative styles

The decorative styles use Unicode characters so the result can be copied and pasted into social media bios, usernames, messages and most apps. Because they rely on special characters, some fonts or platforms may not display every glyph.

Frequently asked questions

What is title case?

Title case is the heading style where the important words are capitalized and the small connecting words stay lowercase, like The Quick Brown Fox or A Tale of Two Cities. Pick the Title Case style here and it sorts out which words to lift for you.

Which words aren't capitalized in a title?

The little joining words stay lowercase: articles (a, an, the), the short conjunctions (and, but, or, nor) and short prepositions (in, on, at, to, by, of, for). Everything else gets capitalized (including verbs like is and longer words such as with or from), and the very first word is always capitalized, whatever it is.

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

Title Case capitalizes each important word, the way you'd write a headline. Sentence case only capitalizes the first word and any names, so it reads like an ordinary sentence, which is handy for calming down a line that was typed in all caps.

What's the difference between camelCase and snake_case?

Both glue words together without spaces. camelCase lowercases the first word and capitalizes the rest (myVariableName); snake_case stays all lowercase and links words with underscores (my_variable_name). JavaScript and Java lean on camelCase, while Python and Ruby favor snake_case.

Can I make small caps, bubble, or upside-down text?

Yes. Those styles swap your letters for Unicode look-alikes you can paste into bios, usernames and most chat apps. A few platforms don't render every character, so it's worth a quick preview before you post.

Is my text uploaded anywhere?

No. Every conversion happens right here in your browser, so whatever you paste stays on your device and never touches a server.