Title Case Converter
Convert text to title case with proper handling of articles, prepositions, and conjunctions.
Proper title case is essential for professional writing. Blog post titles, email subject lines, presentation headings, academic paper titles, and product names all look more polished and credible when capitalized correctly. However, the rules are nuanced. Words like "the," "a," "an," "in," "on," "at," "to," "for," "and," "but," "or," "nor," and "of" should generally remain lowercase unless they begin the title. Getting this right manually for every heading is slow and prone to mistakes.
This tool automates the entire process. Paste your text, click convert, and get a properly capitalized result in milliseconds. The algorithm processes each word individually, checks it against a curated list of minor words, and applies the correct capitalization. The first word is always capitalized regardless of whether it appears on the minor words list.
All processing runs client-side in your browser. No text is transmitted to any server, making it safe to use with confidential or sensitive content. The converter handles Unicode characters properly, so it works with accented letters and international text. Whether you are writing in English or formatting multilingual content, the tool produces clean, consistent title case output every time.
Converter
Results
How to Use
- Paste or type your text into the input field
- Click Calculate to convert to title case
- Review the output for any edge cases
- Copy the title case text from the output field
FAQ
Which words are kept lowercase in title case?
Common articles (a, an, the), short prepositions (in, on, at, to, for, of, with, by, from), and coordinating conjunctions (and, but, or, nor) are kept lowercase unless they are the first word.
Is the first word always capitalized?
Yes. The first word of the text is always capitalized, even if it is a preposition or article.
Does this follow AP style or Chicago style?
This tool follows a simplified set of rules common to most style guides. It lowercases the most widely agreed upon minor words. For strict adherence to a specific style guide, you may need to make minor manual adjustments.
Can I use this for non-English text?
The capitalization logic uses JavaScript built-in methods that support Unicode, so accented characters and international letters are handled correctly. However, the minor-word list is English-specific.
Commonly Used With
Pair this tool with others in Text Utilities
ASCII Converter
Convert text to ASCII codes or ASCII codes to text. View decimal, hex, and binary representations.
Base64 Decode
Decode Base64-encoded strings back to plain text instantly.
Binary to Text
Convert space-separated 8-bit binary codes back to readable text.
CSV to JSON Converter
Convert CSV data to JSON format instantly. First row is used as keys.