Case Converter
Convert text between upper case, lower case, title case, sentence case, camelCase, snake_case and kebab-case, all at once.
- UPPER CASE
- lower case
- Title Case
- Sentence case
- camelCase
- PascalCase
- snake_case
- kebab-case
How to use the Case Converter
- Paste your text. Every conversion is calculated at once as you type.
- Copy the one you need. Each format has its own copy button beside it.
Frequently asked questions
- What is the difference between title case and sentence case?
- Title case capitalises the significant words in a heading, while sentence case capitalises only the first word and any proper nouns, exactly as you would write an ordinary sentence.
- Which small words stay lowercase in title case?
- Short articles, conjunctions and prepositions such as a, an, the, and, or, of and in stay lowercase unless they open or close the title. Style guides disagree on the exact list.
- When would I use camelCase or snake_case?
- They are programming conventions. JavaScript and Java favour camelCase for variables, Python and SQL favour snake_case, and kebab-case is standard in URLs, CSS class names and file names.
- Does converting case damage accented characters?
- No. The conversions use the browser locale-aware case rules, so accented letters and non-Latin scripts are handled correctly rather than being stripped.
Related tools
- Text Tools
Word & Character Counter
Count words, characters, sentences and paragraphs as you type. Includes reading time, and your text never leaves your browser.
- Text Tools
Find and Replace
Replace text across a whole document in your browser. Plain search or regular expressions, with a live count of how many matches were changed.
- Text Tools
Lorem Ipsum Generator
Generate placeholder text in paragraphs, sentences or words. Classic lorem ipsum, ready to paste into a mockup or a layout.
- Text Tools
Slug Generator
Turn any title into a clean URL slug. Strips accents and punctuation, optionally drops stop words, and joins the rest with hyphens.
- Text Tools
Text Line Sorter
Sort lines alphabetically or by length, reverse them, and strip duplicates or blank lines — all at once, in your browser.
- Developer Tools
Base64 Encoder & Decoder
Encode text to Base64 and decode it back, right in your browser. Handles Unicode correctly and never sends your data anywhere.
Last updated