Case Converter
Convert text between UPPERCASE, lowercase, Title Case and more.
Free · No sign-up · Works in your browser
Converted text
Your result will appear here.About the Case Converter
Free case converter — switch text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case.
How to use the Case Converter
- 1Paste or type your text.
- 2Pick a case from the options.
- 3Copy the converted result.
Frequently asked questions
What is Title Case vs Sentence case?
Title Case capitalizes the first letter of every word; Sentence case capitalizes only the first letter of each sentence.
What are camelCase, snake_case, and kebab-case?
They're naming conventions used in code and URLs: camelCase (thisText), snake_case (this_text), and kebab-case (this-text).