Convert text to any case instantly

Free, fast, no sign-up. Paste your text below and click a case to transform it.

0 words · 0 characters
Result
Your converted text will appear here.
Advertisement

More free text tools

📊
Word Counter
Count words, characters, sentences, and paragraphs
✂️
Remove Extra Spaces
Clean up whitespace and double spaces instantly
↩️
Reverse Text
Flip any text backwards, word by word or character by character
🧹
Remove Line Breaks
Strip unwanted line breaks from copied text

What is text case conversion?

Text case refers to whether letters in a word are written in upper or lower form. Different contexts call for different cases — a heading needs Title Case, a variable name needs camelCase, a shout needs UPPERCASE. Converting by hand is slow and error-prone. This tool does it in one click.

Here's a quick reference for every case this tool supports:

CaseExampleCommon use
UPPERCASEHELLO WORLDHeadings, acronyms, emphasis
lowercasehello worldURLs, informal writing, normalizing text
Title CaseHello WorldArticle titles, headings, names
Sentence caseHello worldStandard writing, emails, body text
camelCasehelloWorldJavaScript variables, JSON keys
PascalCaseHelloWorldClass names, React components
snake_casehello_worldPython variables, database columns
kebab-casehello-worldCSS classes, HTML attributes, URLs
aLtErNaTehElLo WoRlDMemes, social media, emphasis

When to use Title Case vs Sentence case

This is the question most people get wrong. Title Case capitalizes the first letter of every major word — it is used for article headlines, book titles, and headings. Sentence case only capitalizes the first word and proper nouns — it reads more naturally in body text and subheadings.

American style guides like APA and Chicago favor Title Case for major headings. British and international publications tend to prefer Sentence case. For SEO purposes, either works — consistency matters more than which one you pick.