Case Converter
Convert text to UPPERCASE, lowercase, or Title Case simply.
Fix Capitalization in Seconds — All Five Case Styles
Copy-pasted text from different sources rarely arrives with consistent capitalization. A title pulled from a PDF might be ALL CAPS. A database export might be all lowercase. A client brief might mix sentence case and title case inconsistently across headings. Fixing these issues character by character is tedious work that this tool eliminates entirely.
Paste any text, click the case you need, and copy the result. Five options, one click each.
The Five Case Styles Explained
UPPERCASE
Every character is converted to its capital form. Used in acronyms, headings designed to grab attention, legal document section labels, and certain brand style guides that call for all-caps product names.
lowercase
Every character is converted to its small form. Used in programming contexts (variable names in some languages, CSS class names, slugs), informal writing, and cases where copy needs to match an existing lowercase dataset.
Title Case
The first letter of each word is capitalized, with the remaining letters lowercase. The standard format for article titles, book titles, page headings, and navigation menu items in English. Some style guides (APA, Chicago, MLA) have specific rules about which words to capitalize — this tool applies the common English convention.
Sentence Case
Only the first letter of the first word in each sentence is capitalized, with everything else lowercase. This is the natural format for body text, email subject lines, and UI labels that should read as normal prose rather than formal headings.
aLtErNaTiNg CaSe
Characters alternate between lowercase and uppercase. Originally a satirical text style on early internet forums, it’s now commonly used in meme culture and ironic or humorous content. Occasionally useful for accessibility testing of case-insensitive systems.
When Does Case Conversion Come Up?
Content & Copywriting
Normalizing headline casing across a content library, converting SEO copy from a keyword research spreadsheet (which is often all-lowercase) into properly formatted headings, or fixing inconsistent title casing in a CMS export.
Development & Data
Database fields often contain inconsistent casing from user-entered data. Before processing or displaying text, converting to a consistent case (often lowercase) is a common normalization step. This tool lets you test and verify the expected output.
Design & UI Copy
Button labels, navigation items, form field labels, and toast notifications each follow their own capitalization conventions in design systems. Use this tool to quickly check what different case styles look like for a specific string before updating your design tokens.
Email & Communications
Subject lines in sentence case tend to perform better in email marketing tests than all-caps or aggressive title case. Use the converter to prepare subject line variants for A/B testing.
Frequently Asked Questions
Q: Does Title Case capitalize every word?
A: Our Title Case implementation capitalizes the first letter of every word. Formal style guides (Chicago, APA) have additional rules about not capitalizing articles, prepositions, and conjunctions under a certain length — but for general use, capitalizing all words is the most common web standard.
Q: Does this work with non-English characters?
A: The tool handles standard Latin characters. Accented characters (é, ü, ñ) are generally handled correctly for uppercase/lowercase conversion; results may vary for non-Latin scripts like Cyrillic or Greek.
Q: Is there a text length limit?
A: No. The tool handles texts of any length, though very large pastes may take a brief moment on older devices.
Q: Can I undo a conversion?
A: The original text is preserved in the input field. Simply click a different case button to apply a different conversion, or clear and re-paste your original.