Case Converter

Convert text to uppercase, lowercase, title case, camelCase, snake_case, kebab-case, and more naming formats in one click.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Transform any string between nine common casing formats used in writing and programming: uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE.

How to use

  1. Nine casing presets in one panel
  2. One-click conversion with instant preview
  3. Works on multi-line text and code identifiers
  4. Copy result with a single button
  5. Paste text: Enter the phrase, heading, or identifier you want to convert.
  6. Pick a format: Click the button for the target case style.
  7. Copy output: Use the copy button to grab the converted string.

Examples

Limitations

FAQ

What is sentence case?
Only the first character of the entire string is capitalized; the rest stays as typed (typically lowercase).
How does camelCase handle spaces?
Spaces and punctuation are removed; each word after the first is capitalized and joined without separators.
Can I convert multiple lines at once?
Yes. Each line is processed according to the selected format rules.