Paste your text once, then switch between every common case format. Great for headlines, code identifiers, and cleaning up pasted content.
43 characters · 9 words
Title Case and Sentence case suit headlines, article titles, and UI labels meant for human readers. UPPERCASE is often used for emphasis or acronyms, while lowercase is common for casual or stylistic text.
camelCase, snake_case, and kebab-case are naming conventions used in code: camelCase and snake_case are typical for variable and function names in many programming languages, while kebab-case is common in URLs, CSS classes, and file names.
Does this tool store or send my text anywhere?
No. All conversion happens directly in your browser using JavaScript — nothing is uploaded or saved.
How does Title Case handle small words like "the" or "of"?
This converter capitalizes every word for simplicity. For strict editorial style guides that lowercase certain short words, you may want to adjust a few words manually afterward.