Skip to main content

Case Converter

Switch between UPPERCASE, lowercase, Title Case, camelCase, snake_case and more in one click.

Online case converter

Need to make text all caps, all lowercase, or turn a variable name from snake_case into camelCase? This case converter offers 9 common formats in one click — great for naming in code and tidying up titles and copy.

Supported formats

  • UPPERCASE / lowercase: all caps, all lowercase.
  • Title Case: first letter of each word capitalized.
  • Sentence case: only the first letter capitalized.
  • camelCase / PascalCase: camel-style naming.
  • snake_case / kebab-case / CONSTANT_CASE: underscore, hyphen, constant naming.

How to use

  1. Paste text into the input box.
  2. Click the format you want.
  3. The result appears instantly and can be copied.

Frequently Asked Questions

What is the difference between camelCase, PascalCase and snake_case?

camelCase starts lowercase with each following word capitalized; PascalCase capitalizes every word; snake_case is all lowercase joined by underscores; kebab-case joins with hyphens. Each is common in different languages.

What is the difference between Title Case and Sentence case?

Title Case capitalizes the first letter of every word (used for headings); Sentence case capitalizes only the first letter of the whole text.

Does it support non-Latin text?

Case only applies to Latin letters, so CJK characters stay unchanged; the tool converts any Latin letters mixed in.

Are line breaks preserved?

Upper/lower/title/sentence modes preserve line breaks; identifier modes like camelCase and snake_case treat the input as a single name.