Text Case Converter
Type or paste text once, then copy it in any of five common capitalization styles.
UPPERCASE
lowercase
Title Case
Sentence case
aLtErNaTiNg cAsE
Advertisement
What each style does
- Title Case — capitalizes each major word, lowercasing common short words like "and" or "the" unless they start the sentence
- Sentence case — capitalizes only the first letter of each sentence
- aLtErNaTiNg cAsE — alternates upper and lower case letter by letter, often used for sarcastic emphasis online
Frequently asked questions
How does Title Case decide which words to lowercase?
It lowercases a short list of common small words (like "a", "the", "and", "of") unless one starts the text, following the most common style guide convention. It won't catch every style guide's specific exceptions.
Does this work on text in other languages?
Uppercase, lowercase, and alternating case work on any language JavaScript can case-convert. Title Case and Sentence case are tuned for English sentence structure and may not apply correctly to languages with different capitalization rules.