Text Case Converter
Paste any text and get it back in 11 different case styles — from UPPERCASE to camelCase to alternating. All conversion runs in your browser.
0 chars · 0 words
Frequently asked questions
Which case styles does this tool support?
Paste your text once and you get 11 styles back at the same time, including UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and alternating case — each with its own Copy button.
What is the difference between camelCase and PascalCase?
Both join words without spaces and capitalise each word, but
camelCase keeps the first letter lowercase
(myVariable) while PascalCase capitalises it too
(MyVariable).
How is Title Case different from Sentence case?
Title Case capitalises the first letter of every word, while Sentence case capitalises only the first letter of the text and leaves the rest lowercase — the way a normal sentence reads.
Is my text sent anywhere?
No. All conversion runs in your browser, so nothing you type or paste is uploaded or stored.
Related tools
- Character Counter Real-time character count with and without spaces, plus byte size.
- Text Compare / Diff Side-by-side diff with added, removed, and changed lines highlighted.
- Remove Duplicate Lines Strip repeating lines from any block of text in a single click.
- Random Word Generator Pull random English words by count, length, or starting letter.