Text Case Converter
Convert text between different cases
Frequently Asked Questions
What text cases are available?
Uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case.
What is title case?
Capitalizes first letter of each major word. Articles and prepositions usually stay lowercase.
camelCase vs PascalCase?
camelCase starts lowercase (myVariable). PascalCase starts uppercase (MyClass).
What is the difference between Title Case and Sentence Case?
Title Case capitalizes the first letter of every major word (e.g., 'The Quick Brown Fox'). Sentence Case only capitalizes the first word and proper nouns (e.g., 'The quick brown fox').
When should I use UPPERCASE vs lowercase in my content?
Use UPPERCASE sparingly for acronyms, constants in code, and short emphasis. Avoid all-caps for body text as it reduces readability by 10-20%. Use bold or italics for emphasis instead.
Case Types
UPPERCASE: All letters capitalized
lowercase: All letters in lowercase
Title Case: First letter of each major word capitalized
Sentence case: First letter of each sentence capitalized
camelCase: No spaces, first word lowercase, others capitalized
PascalCase: No spaces, each word starts with uppercase
snake_case: Words separated by underscores, all lowercase
kebab-case: Words separated by hyphens, all lowercase