🔍

🔤 Title Case Converter

Pick the characters of a short piece of text to see it converted into Title Case, with the first letter of every word capitalized.

1
2
3
4
5
6
7
8
9
10
11
12

What this calculator does

Title Case capitalizes the first letter of every word, the style commonly used for headlines, book titles, and page titles — unlike sentence case, which only capitalizes the very first letter of each sentence.

How it works

Build a short piece of text one character at a time using the dropdowns below. The converter treats every space as the start of a new word, capitalizing the letter right after it and lowercasing the rest of that word’s letters.

Professional style guides differ on whether short words like “a” or “the” should stay lowercase in Title Case; this simple converter capitalizes every word’s first letter consistently.

Last reviewed August 2026