Skip to content
ToolSMA

Case Converter

43 characters

Change the capitalization of any text with one click: uppercase, lowercase, title case, sentence case, and programmer formats like camelCase, snake_case and kebab-case.

How to use the Case Converter

  1. Paste your text.
  2. Click the case you want.
  3. Copy the converted text.

Available formats

UPPER CASE, lower case, Title Case (small words like "and" and "of" stay lowercase), Sentence case, aLtErNaTiNg, camelCase, PascalCase, snake_case, CONSTANT_CASE and kebab-case.

Frequently asked questions

What is title case?

Title case capitalizes the first letter of major words, as used in headlines and book titles.

What is camelCase used for?

It is a common naming convention for variables in JavaScript, Java and many other languages.