Case Converter
Change text between sentence case, Title Case, UPPERCASE, lowercase, camelCase, PascalCase, snake_case, kebab-case and more.
What is the Case Converter?
Different contexts need different letter cases — headings, legal text, code variables and URLs all have conventions.
How does it work?
For programming cases, text is split into words (including splitting existing camelCase), then rejoined with the chosen style.
Example
“Total loan amount” → totalLoanAmount (camel), total_loan_amount (snake), total-loan-amount (kebab).
Frequently asked questions
Is my text uploaded anywhere?
No. All processing happens in your browser, so your text never leaves your device.
What is the difference between Title Case and Capitalized Each Word?
Title Case keeps small words like “of” and “the” lowercase in the middle of a title; Capitalized capitalises every word.
Related tools
Enable JavaScript to use this calculator.