Case Converter

Case Converter changes your text between UPPERCASE, lowercase, Title Case, camelCase, snake_case and more. Paste your text and pick a style to convert it instantly. All processing happens locally in your browser, and nothing is sent to a server.

Copied!

About Case Conversion

Case conversion changes how words are capitalised and joined. Programmers use styles like camelCase, snake_case and kebab-case for variable and file names, while writers use Title Case and Sentence case for headings and prose.

Developers rely on case conversion every day: turning labels into camelCase variables, snake_case database columns, kebab-case URLs and CONSTANT_CASE config keys. Writers use it to fix ALL-CAPS paste-ins, build Title Case headlines and clean up inconsistent capitalisation from spreadsheets.

The converter detects word boundaries from spaces, hyphens, underscores and existing camelCase humps, then rejoins the words in the style you pick. It works on full Unicode text, so accented and non-Latin letters are preserved while only the letter casing changes.

Frequently Asked Questions

What case styles does the converter support?

It converts text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case and CONSTANT_CASE, all in one click.

Does it work with accented or non-English text?

Yes. It processes full Unicode text, so accented letters and non-Latin scripts are preserved while only the letter casing changes.

Is my text sent anywhere?

No. All conversion happens locally in your browser and nothing you type is uploaded or stored.