Converter

Case Converter – Change Text to Upper, Lower, Title or Sentence Case

Change the case of any text in one click – UPPERCASE, lowercase, Title Case, Sentence case – plus developer formats like camelCase, snake_case and kebab-case.

πŸ”„ 12 Styles – click Copy on any result

UPPERCASE

THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG

lowercase

the quick brown fox jumps over the lazy dog

Title Case

The Quick Brown Fox Jumps Over The Lazy Dog

Sentence case

The quick brown fox jumps over the lazy dog

aLtErNaTiNg cAsE

tHe QuIcK bRoWn FoX jUmPs OvEr ThE lAzY dOg

iNVERSE cASE

THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG

camelCase

theQuickBrownFoxJumpsOverTheLazyDog

PascalCase

TheQuickBrownFoxJumpsOverTheLazyDog

snake_case

the_quick_brown_fox_jumps_over_the_lazy_dog

kebab-case

the-quick-brown-fox-jumps-over-the-lazy-dog

CONSTANT_CASE

THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG

dot.case

the.quick.brown.fox.jumps.over.the.lazy.dog

A case converter fixes text that was typed with Caps Lock on, capitalises headlines properly, or reformats a phrase into the naming style a programming language expects. Paste the text once and every variant is generated at the same time – no menus, no reloads.

The converter is Unicode-aware, so accented letters (Γ©, Γ±, ΓΌ) and non-Latin alphabets are handled correctly, and it treats hyphens and apostrophes sensibly in Title Case.

How to Use This Generator

  1. Paste your text – a headline, a paragraph or a variable name.
  2. Find the case you need in the list.
  3. Copy it. Long text is converted in full, not just the first line.

Writing Cases Explained

UPPERCASE and lowercase are self-explanatory. Title Case capitalises the first letter of every word, the style used for headlines and book titles (this simple version capitalises every word; house styles often leave "a", "the" and "of" lower-case). Sentence case capitalises only the first letter of each sentence, as in normal prose. Alternating case swaps case letter by letter and is the basis of the "mocking SpongeBob" meme; inverse case flips whatever case the text already has.

Programming Cases

Developers use naming conventions to make identifiers readable without spaces. camelCase (firstWord lower, later words capitalised) is standard in JavaScript and Java; PascalCase (every word capitalised) names classes and React components; snake_case is Python and Ruby convention; kebab-case is used for URLs, CSS classes and file names; CONSTANT_CASE marks constants and environment variables; dot.case appears in configuration keys. The converter strips punctuation and splits on spaces, so "User profile ID" becomes userProfileId, user_profile_id or user-profile-id as needed.

  • βœ“ camelCase – JavaScript variables, JSON keys
  • βœ“ PascalCase – class and component names
  • βœ“ snake_case – Python, Ruby, database columns
  • βœ“ kebab-case – URLs, CSS classes, file names
  • βœ“ CONSTANT_CASE – constants, environment variables

Fixing Caps-Lock Text and Headlines

The most common real-world use is rescuing text typed in all capitals: paste it, copy the Sentence case version, and fix any proper nouns by hand. For headlines, Title Case gives a consistent look across a site or document. Editors often paste a whole article to normalise mixed capitalisation before publishing.

Notes on Accuracy

Sentence case capitalises after a period, question mark or exclamation mark followed by a space; abbreviations like "e.g." can therefore trigger an unwanted capital – check the output. Title Case does not know proper nouns or acronyms (NASA becomes Nasa), so review names and acronyms after converting. Everything runs locally in your browser; the text is never sent anywhere.

Related Text Tools

Frequently Asked Questions

Does Title Case leave small words like "of" and "the" lower-case?+
No – it capitalises every word. Adjust small words by hand if your style guide requires it.
Does it work with accented and non-English letters?+
Yes. Case conversion is Unicode-aware, so Γ©, Γ±, ΓΌ and Cyrillic or Greek letters convert correctly.
What is the difference between camelCase and PascalCase?+
camelCase starts with a lower-case word (userName); PascalCase capitalises every word (UserName).
Is there a length limit?+
No practical limit – you can paste whole documents.
Is the case converter free?+
Yes, with no sign-up.

Create Unicode text in seconds – free, no sign-up.

20 font styles, 5000+ symbols and a full Unicode text editor. Everything runs in your browser and your text never leaves your device.