Home/Title Case Converter
Title Case Converter
Convert your text to Title Case, capitalising the first letter of each major word.
Examples
Inputthe lord of the rings
OutputThe Lord of the Rings
Inputa tale of two cities
OutputA Tale of Two Cities
What is Title Case?
Title case capitalises the first letter of each significant word while keeping minor words (such as 'a', 'an', 'the', 'and', 'or', 'in', 'of') in lowercase unless they are the first word. It follows standard English title capitalisation rules.
When to use Title Case
Use title case for book titles, article headlines, and blog post titles, for product names and brand copy, for navigation menus and button labels, and for any heading where you want a polished, professional appearance.
Other Converters
UPPERCASEConvert your text to UPPERCASE letters instantly.
lowercaseConvert your text to lowercase letters instantly.
Sentence caseConvert your text to Sentence case, capitalising only the first letter of each sentence.
camelCaseConvert your text to camelCase for use in programming.
PascalCaseConvert your text to PascalCase for class names and components.
snake_caseConvert your text to snake_case with underscores between words.