Case Converter Tool

Accidentally left the caps lock on and typed something, but can't be bothered to start again and retype it all?

Simply enter your text and choose the case you want to convert it to.

About Text Case Conversion

Text case conversion is useful for formatting text for different purposes:

  • Sentence case: Capitalizes the first letter of a sentence, ideal for general writing.
  • lower case: All characters in lowercase, commonly used in URLs and informal communication.
  • UPPER CASE: All characters in uppercase, used for emphasis or headings.
  • Capitalized Case: Capitalizes the first letter of each word, used for titles and headings.
  • Title Case: Capitalizes the first letter of each word, except for certain small words like articles and prepositions.
  • aLtErNaTiNg cAsE: Alternates between uppercase and lowercase, used for stylistic effect.
  • kebab-case: Lowercase words separated by hyphens, common in URLs and HTML attributes.
  • camelCase: No spaces, first letter of each word capitalized except the first word, popular in programming.
  • snake_case: Lowercase words separated by underscores, used in programming languages like Python.