Home Text Tools Title Case Converter
🅣
Text Tool

Title Case Converter

Capitalise the First Letter of Every Major Word.

🔒 Private — text never leaves your browser ⚡ Instant conversion 🚫 No login required ∞ No character limits
Input Text
Output — Title Case
Quick convert:

📖How to Use the Case Converter

  1. 1
    Paste your text

    Click the input box and paste your text (Ctrl+V / Cmd+V), or click the Paste button.

  2. 2
    Choose your case

    Click the Convert button, or use the quick-convert buttons to switch between all nine case types instantly.

  3. 3
    Copy or download

    Click Copy to copy the result to your clipboard, or Download to save it as a .txt file.

💡When to Use Each Case

Case TypeBest For
UPPERCASEHeadlines, Buttons, CTAs
lowercaseEmails, Usernames, Code
Title CasePage Titles, Article Headings
Sentence caseBody copy, Descriptions
aLtErNaTiNgMemes, Social fun
Capital CaseFormal Titles, Emphasis
iNVERSE cASECreative, Stylised Text
snake_caseVariables, File Names
camelCaseJS Variables, Functions

Frequently Asked Questions

How does the case converter work?

Paste your text in the input box and click any case button. The conversion happens instantly in your browser — no upload, no server, no login needed.

What is Title Case and how is it different from Sentence case?

Title Case capitalises the first letter of every major word (skipping articles and prepositions). Sentence case only capitalises the first word of each sentence, like standard written English.

Is there a character limit?

No. You can paste entire documents, articles, or any amount of text. There are no limits whatsoever.

Is my text private?

Yes. All conversion happens entirely in your browser using JavaScript. Your text is never sent to any server, saved, or shared.

Can I switch between case types without re-pasting?

Yes — use the quick-convert buttons below the editor to switch between all nine case types with one click. Your input text stays intact.

What words are skipped in Title Case?

Short function words like "a", "an", "the", "and", "or", "but", "in", "on", "at", "to", "for" are kept lowercase in Title Case — unless they're the first word of the sentence.

What is the difference between Title Case and Capital Case?

Title Case skips short words like "a", "the", "and". Capital Case capitalises every single word without exception — including those short words. Use Capital Case when you need every word capitalised.

What is Inverse Case?

Inverse Case flips the case of every letter in your text. Uppercase letters become lowercase and lowercase letters become uppercase. So "Hello World" becomes "hELLO wORLD".

What is snake_case used for?

snake_case is a naming convention used in programming where spaces are replaced with underscores and all letters are lowercase. It's common in Python, file names, database columns, and URLs.

What is camelCase used for?

camelCase removes spaces and capitalises the first letter of each word except the first. It's the standard format for variable and function names in JavaScript, Java, and many other programming languages.