🔤

Case Converter

Paste text and instantly convert it to UPPERCASE, lowercase, Title Case, camelCase, PascalCase, snake_case, kebab-case, and Sentence case. Click any output to copy.

Advertisement
How to use
  1. Paste or type your text into the input area.
  2. Every supported case format renders live as you type.
  3. Click Copy on any card to copy that output to your clipboard.
FAQ

UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, dot.case, CONSTANT_CASE, and comma-separated.

UPPERCASE/lowercase/Title/Sentence use JavaScript's locale-aware case conversion. The programmer-style cases (camel/snake/kebab/etc.) strip non-alphanumeric characters as separators.

No. All conversions run locally in your browser. Nothing is sent to any server.