Case Converter
Convert text between UPPER, lower, Title, camelCase, and more.
Instantly convert text between UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, and kebab-case — every format is shown at once so you can copy the one you need.
Runs entirely in your browser — nothing is uploaded.
How to use the case converter
- 1Type or paste your text.
- 2See every case format update live.
- 3Copy the one you need.
Frequently asked questions
What's the difference between camelCase and PascalCase?
camelCase lowercases the first word (myVariable); PascalCase capitalizes it (MyVariable). This tool outputs camelCase.
Does it handle programming identifiers?
Yes — snake_case and kebab-case intelligently split on spaces and camelCase boundaries.