Case Converter

Paste or type text. Convert to UPPERCASE, lowercase, or Title Case. Handy for headings and forms. Uses JavaScript toUpperCase(), toLowerCase(), or capitalizes the first letter of each word.

Convert case

Enter text and choose a case.

How it works

We use toUpperCase(), toLowerCase(), or a title-case function (capitalize first letter of each word). Result replaces the text area so you can copy or convert again.

When to use it

Use for consistency in titles, tags, or data entry.

Frequently asked questions

  • What is title case? First letter of each word capitalized. We do not skip small words (a, the).