Free Title Case Converter

Convert your text to title case, sentence case, uppercase, lowercase, and more. Perfect for formatting headlines, titles, and content.

Converted Text:

0 Words
0 Characters
0 Characters (no spaces)
0 Lines

Conversion Examples

Title Case

Input: "the quick brown fox jumps over the lazy dog"

Output: "The Quick Brown Fox Jumps Over The Lazy Dog"

Sentence Case

Input: "THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG"

Output: "The quick brown fox jumps over the lazy dog"

camelCase

Input: "the quick brown fox"

Output: "theQuickBrownFox"

kebab-case

Input: "The Quick Brown Fox"

Output: "the-quick-brown-fox"

How to Use the Title Case Converter

  • Type or paste your text into the input area
  • Click on any conversion button to transform your text
  • The converted text will appear in the output area
  • Click "Copy Result" to copy the converted text to your clipboard
  • View real-time statistics about your text

Text Case Types Explained

  • Title Case: Capitalizes the first letter of each major word
  • Sentence Case: Capitalizes only the first letter of each sentence
  • UPPERCASE: Converts all letters to capital letters
  • lowercase: Converts all letters to small letters
  • camelCase: Removes spaces and capitalizes each word except the first
  • kebab-case: Replaces spaces with hyphens and converts to lowercase

When to Use Different Cases

  • Title Case: Headlines, article titles, book titles, movie titles
  • Sentence Case: Regular paragraphs, descriptions, social media posts
  • UPPERCASE: Emphasis, acronyms, headers, call-to-action buttons
  • lowercase: URLs, email addresses, hashtags, technical documentation
  • camelCase: Programming variables, function names, API endpoints
  • kebab-case: URLs, file names, CSS classes, HTML IDs