Case Converter

Case Converter

Turn any text into UPPERCASE, lowercase, Title Case, Sentence case, camelCase, snake_case, kebab-case, and more.

Convert to

How to use it

  1. Paste or type text in the input.
  2. Click a case style to preview the result.
  3. Copy the output or switch to another case — the input stays unchanged.

Examples

Blog title → slug fodder

“How I ship fast” → how-i-ship-fast

Variable name switch

user profile iduserProfileId

Fix a shouty paste

Paste ALL-CAPS text, hit Sentence case, get clean prose.

About this tool

Casing is often the last-mile chore between a doc, a slug, and a variable name. This tool covers the ten shapes you actually reach for — no re-typing, no regex.

FAQ

What's the difference between Title Case and Sentence case?
Title Case capitalises every major word ("How To Ship Fast"). Sentence case only capitalises the first word and proper nouns ("How to ship fast").
When should I use camelCase vs snake_case?
camelCase is common in JavaScript and Java variable names. snake_case is standard in Python and SQL column names. kebab-case is used in URLs and CSS.
Does it preserve line breaks and multiple paragraphs?
Yes. Line breaks and paragraph structure are always preserved — only letter casing and word separators change.
Does it work with accented characters?
Yes. Diacritics and non-Latin scripts are handled through your browser's built-in Unicode case mapping.
Is anything uploaded?
No. Conversion happens locally in your browser.

Privacy

Everything runs locally in your browser. Your input is never uploaded, logged, or stored.