What Does the Case Converter Do?
The Case Converter transforms the capitalization of any text with one click. Ten conversion styles are supported: UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, aLtErNaTiNg case and iNVERSE case. Whether you are fixing a paragraph typed with Caps Lock on or generating a variable name for code, the right format is one button away.
The conversion runs completely in your browser — your text never touches a server, and there is no length limit.
How to Use the Case Converter
- Paste or type your text in the top box.
- Click the button for the case style you need — the converted text appears in the result box immediately.
- Press Copy to send the result to your clipboard, or Download .txt to save it as a file.
What Each Style Is For
- UPPERCASE / lowercase — headlines, legal disclaimers, or normalizing messy data.
- Title Case — headings and titles; small connector words (a, an, the, of…) stay lowercase, following common style-guide rules.
- Sentence case — fixes text typed in all caps by capitalizing only the first letter of each sentence.
- camelCase / PascalCase — JavaScript, Java and C# variable and class names.
- snake_case — Python variables, database column names and API fields.
- kebab-case — URL slugs, CSS class names and file names.
- aLtErNaTiNg / iNVERSE — meme text and playful social posts.
Developers use this tool to convert identifier styles between languages, writers use it to repair capitalization without retyping, and marketers use it to standardize product names in bulk lists.