What is Title Case?
Title Case is a capitalization style where the first letter of every word is uppercase and the remaining letters are lowercase. The converter above splits your text into words — it understands spaces, underscores, hyphens and camelCase boundaries — capitalizes each word and joins them back with single spaces.
Title Case examples
- hello world example → Hello World Example
- the lord of the rings → The Lord Of The Rings
- user profile settings → User Profile Settings
Where is Title Case used?
Title Case is the classic style for headlines, article and blog post titles, book and movie names, section headings and product or feature names. Many design systems also use it for page titles and card headers.
Title Case and style guides
Strict style guides such as AP, Chicago and APA keep minor words — articles (a, an, the), short prepositions (of, in, on) and coordinating conjunctions (and, but, or) — in lowercase unless they are the first or last word. This tool capitalizes every word (sometimes called Start Case), so if you follow one of those guides you may want to lowercase the minor words by hand after converting.