Convert your text between uppercase, lowercase, title case, sentence case, and more with one click. Like all of our free text tools, it is 100% free, works right in your browser, and handles infinite text instantly.
How to Use This Free Case Converter

Converting your text takes just two quick steps:
- Type or paste your text into the large box above. It works with content from any digital source, including Google Docs, Microsoft Word, email clients, coding editors, or plain text files.
- Click a conversion button. Your text instantly transforms in place without reloading the page. You can click different buttons to cycle through and try out different cases without retyping or losing your original content.
When you are happy with the formatted result, click the Copy button to grab the converted text and paste it directly into your document, email, spreadsheet, or code editor.
What Each Case Does
This free case converter supports six standard and advanced text transformations:
- UPPER CASE: Converts every single alphabetical letter to its capital equivalent. This is useful for writing attention-grabbing headings, formatting acronyms, or emphasizing a specific word in chat applications that do not natively support rich text formatting like bold or italic states.
- lower case: Converts every letter to lowercase. This is highly useful for normalizing messy raw data, cleaning email list strings before uploading to CRM platforms, or fixing text that was accidentally typed in all-caps due to caps lock.
- Title Case: Capitalizes the first letter of every word (excluding minor articles, prepositions, and conjunctions depending on standard styles). This is the standard formatting for blog post headings, book titles, email subject lines, and YouTube or social media video titles to maximize visual appeal and click-through rates.
- Sentence case: Capitalizes only the very first letter of each sentence and leaves other letters lowercase. This is the standard format for regular paragraph body text, blog updates, social media descriptions, and email body copies.
- tOGGLE cASE: Inverts the case of every letter in the input field. Lowercase letters become uppercase, and uppercase letters become lowercase. It is the ultimate tool for fixing text typed while looking at the keyboard with caps lock active.
- aLtErNaTiNg CaSe: Alternates each character between lowercase and uppercase. While not grammatically correct, this casing style is widely popularized in modern memes, forums, and social media posts to convey sarcasm, mockery, or humor.
Why Use Our Free Case Converter?
Here’s what makes this free case converter different from manually editing your text:
- Instant, One-Click conversion: Click one button and your entire text transforms. No highlighting, no right-clicking, no nested menu digging.
- Six formats in one tool: Most standard text editors only offer simple uppercase and lowercase toggles. This tool adds title case, sentence case, toggle, and alternating case all in one place.
- 100% free and unlimited: No account signup, no daily word count limits, and no premium restrictions.
- Completely private: Your text stays in your browser. All conversion logic is executed on the client side using JavaScript. Nothing is sent to any server, stored in any database, or shared with anyone.
- Works on any device: Fully responsive design that adapts to desktop monitors, tablets, and phones. Compatible with Chrome, Safari, Firefox, Edge, and mobile browsers.
Title Case Rules Across Major Style Guides
Capitalizing a title isn’t always as simple as capitalizing every word. Different professional industries follow distinct rules for capitalizing short words like articles, conjunctions, and prepositions:
- APA Style (American Psychological Association): Used in social sciences. According to the official APA Style Title Case Guidelines, you capitalize all major words and any word that has 4 or more letters. Lowercase conjunctions, articles, and prepositions of 3 letters or fewer.
- Chicago Manual of Style (CMS): Used in publishing. Lowercase articles (a, an, the), coordinating conjunctions (and, but, for, or, nor), and prepositions regardless of length (with, from, through), unless they are the first or last word.
- Associated Press (AP) Stylebook: Used in journalism. Capitalize all words with 4 or more letters. Lowercase articles, conjunctions, and prepositions that have 3 letters or fewer.
Our tool uses a smart title case algorithm that capitalizes major words while keeping standard articles and short words lowercase, aligning closely with general digital publishing style guides.
Coding Casing Conventions for Software Developers
In programming and computer science, spaces are not allowed in variables, database columns, or filenames. Developers use capitalization conventions to separate words:
- camelCase: The first word starts lowercase, and every subsequent word is capitalized (e.g.,
userFirstNameordatabaseConnectionUrl). Standard in JavaScript and Java. - PascalCase: Every word is capitalized, including the first word (e.g.,
UserFirstNameorDatabaseConnectionUrl). Standard in C# and for naming classes in object-oriented programming. - snake_case: All words are lowercase and separated by underscores (e.g.,
user_first_name). Standard in Python, SQL, and database column names. - kebab-case: All words are lowercase and separated by hyphens (e.g.,
user-first-name). Standard in URL paths and CSS class names.
Who Uses a Free Case Converter?
Anyone who writes, edits, or formats text regularly:
- Content writers and editors formatting blog post headings, subheadings, and email subject lines to look professional and consistent.
- Social media managers converting captions between formats. Need to check your character limits after formatting? Try our free character counter.
- Developers normalizing user input, CSV data files, or database queries where consistent casing is critical.
- Students fixing essay headings and assignments where strict formatting guidelines specify title case headers.
- Data entry teams cleaning up messy, inconsistently formatted names, addresses, or product inventory lists.
Frequently Asked Questions
Is this free case converter really free?
Yes. No sign-up, no limits, no premium version. Use it as much as you need for projects of any size.
What is title case?
Title case capitalizes the first letter of major words in a title. It is the standard format for headlines, book titles, and blog post titles. For example, “the quick brown fox” becomes “The Quick Brown Fox.”
What is sentence case?
Sentence case capitalizes only the first letter of the first word in each sentence, just like normal paragraph text. For example, “THE QUICK BROWN FOX JUMPED” becomes “The quick brown fox jumped.”
What is toggle case used for?
Toggle case inverts every letter’s current case. Its most practical use is fixing text that was accidentally typed with caps lock active. If you typed “hELLO wORLD” by mistake, toggle case converts it to “Hello World” (in conjunction with title case).
Is my text private?
Yes. Everything runs in your browser using JavaScript. Your text is never sent to any server, stored, or processed externally.
Does it preserve line breaks and spacing?
Yes. The converter only changes letter casing. All line breaks, paragraph spacing, punctuation, numbers, and special characters remain exactly as you typed them.
Can I convert text on my phone?
Yes. The tool is fully responsive and works on all modern mobile browsers. Paste your text, tap a button, and copy the result instantly.
How is this different from the word counter?
The free word counter focuses on counting words, characters, and estimating reading time. This case converter focuses on transforming the formatting of your text. Both tools are completely free and work in your browser.