Conversions
Convert text to UPPERCASE, lowercase, Title Case, camelCase, snake_case and more — instantly.
Conversions
This is a free, browser-based case converter that instantly rewrites your text in UPPERCASE, lowercase, Title Case, Sentence case and developer formats like camelCase, snake_case and kebab-case — with zero data leaving your device, because every conversion runs in JavaScript on your own machine.
Paste your text and every case variant appears instantly in a list — UPPERCASE, lowercase, Title Case, camelCase, snake_case and more. Copy any one with a click; nothing is uploaded because it all runs in your browser.
Type or paste your text into the box. Each case style is generated instantly in the list below. Click the copy button next to any version to put it on your clipboard. Everything happens locally — nothing is sent to a server.
No. All conversions run in your browser, so even confidential text stays private.
Both remove spaces and capitalise word boundaries; camelCase keeps the first letter lowercase (myVariable) while PascalCase capitalises it (MyVariable).
Yes. Casing uses the browser's Unicode rules, so accented and non-Latin characters convert correctly.
Built by the Toolbox team using the browser's native locale-aware toLocaleUpperCase and toLocaleLowerCase plus well-tested word-boundary rules, so results match what editors and code styles expect.