Case Converter
UPPER, lower, Title, camelCase, snake_case…
Runs entirely in your browser — nothing you enter is uploaded, logged, or tracked.
Transform text into any common case — UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, or kebab-case — and copy the result.
UPPER
lower
Title
Sentence
camelCase
PascalCase
snake_case
kebab-case
Frequently asked questions
What is the difference between camelCase and PascalCase?
Both join words with no spaces; camelCase lowercases the first word (myVariableName) while PascalCase capitalizes it (MyVariableName). Both are offered here.
Does it keep working with no internet?
Yes — the conversions run in your browser, so the tool works offline and never transmits your text.