Title case converter
This tool converts any headline or title into clean title case — capitalizing the important words while keeping short connecting words lowercase. It is for writers, editors, and anyone formatting article titles, blog headlines, or book titles to a consistent style.
How it works
The converter splits your text into words and processes each one. Every word is first lowercased, then capitalized unless it is a recognised minor word (a, an, and, as, at, but, by, for, if, in, of, on, or, the, to, up, via, vs, and similar) that is neither the first nor the last word. The first and last words are always capitalized. Hyphenated words are split on the hyphen and each part is capitalized, so the rule applies within compounds too. Spacing is preserved.
Example
Input: the lord of the rings: return of the king
Output: The Lord of the Rings: Return of the King
Note that the and of stay lowercase in the middle, but the leading The is capitalized as the first word.
| Input | Title case |
|---|---|
| a tale of two cities | A Tale of Two Cities |
| mother-in-law | Mother-In-Law |
| GONE WITH THE WIND | Gone With the Wind |
Type your text, copy the result, and paste it wherever you need it. Everything runs locally in your browser.