Title Case Converter

Convert text to title case, sentence case, uppercase, lowercase, and more.

Embed this tool
Title Case
The Quick Brown Fox Jumps Over The Lazy Dog
Sentence case
The quick brown fox jumps over the lazy dog
UPPERCASE
THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
lowercase
the quick brown fox jumps over the lazy dog
camelCase
theQuickBrownFoxJumpsOverTheLazyDog
snake_case
the_quick_brown_fox_jumps_over_the_lazy_dog
kebab-case
the-quick-brown-fox-jumps-over-the-lazy-dog
PascalCase
TheQuickBrownFoxJumpsOverTheLazyDog

Advertisement

Ad

Text Case Conventions

Different professions and programming languages prefer different text casing conventions. Writers lean on title case and sentence case. Developers rely on camelCase, snake_case, kebab-case, and PascalCase for variables, filenames, classes, and URLs.

When to Use Each Case Style

  • Title Case: Headlines, book titles, article names, and presentation headers
  • Sentence case: Paragraphs, emails, UI labels, and casual writing
  • UPPERCASE: Constants, enums, acronyms, and emphasis
  • lowercase: Casual hashtags, informal messages, and minimal design
  • camelCase: JavaScript variables, Java methods, and JSON keys
  • PascalCase: C# classes, React components, and TypeScript interfaces
  • snake_case: Python variables, Ruby methods, and database columns
  • kebab-case: CSS classes, URL paths, and HTML attributes

Frequently Asked Questions

Title case capitalizes the first letter of every major word. It is used for headlines, book titles, article names, and presentation headers to give them a formal, polished appearance.

Related Tools