Case Converter

Transform text between uppercase, lowercase, sentence case, title case, and inverted case.

Input
1
0 characters 0 lines

Case Converter

This case converter transforms text between five common capitalization styles: upper case, lower case, sentence case, title case, and inverted case. It is useful when you need to reformat text for headlines, documents, code comments, or any situation where consistent casing matters.

The conversion runs locally in your browser. The text you paste into the editor is not uploaded, stored, or sent to a server, so you can use the tool for quick checks without changing your workflow.

How to use

  1. Paste or type your text into the input editor.
  2. Click one of the five conversion buttons: UPPER CASE, lower case, Sentence case, Title Case, or Invert Case.
  3. The text in the editor is converted in place. Use Copy for the clipboard, Download for a text file, or Clear to reset the editor.

What are the different case styles?

UPPER CASE converts every letter to its uppercase form. lower case converts every letter to its lowercase form. Sentence case capitalizes the first letter of each sentence and lowercases the rest. Title Case capitalizes the first letter of every word. Invert Case swaps the case of every character, turning upper into lower and vice versa.

Input notes

The tool works with any text, including Unicode characters. Sentence case uses periods, exclamation marks, and question marks as sentence boundaries. Title case capitalizes every word without exceptions for articles or prepositions.

Example

See how the same sentence looks in each case style:

--- Original ---
hello world! this is a test sentence.

--- UPPER CASE ---
HELLO WORLD! THIS IS A TEST SENTENCE.

--- lower case ---
hello world! this is a test sentence.

--- Sentence case ---
Hello world! This is a test sentence.

--- Title Case ---
Hello World! This Is A Test Sentence.

--- Invert Case ---
HELLO WORLD! THIS IS A TEST SENTENCE.