Aa Case Converter

Case Converter — Uppercase, Lowercase, Title Case & More

Seven free tools in one page: change the capitalization of any text or clean messy extra spaces — everything runs locally in your browser.

No text uploaded No sign-up
Advertisement · Top
Input · 0 chars · 0 words

Choose a format

Output · 0 chars · 0 words

Transform Any Text in One Click

We built this converter to fix the all-caps text we kept getting from PDFs and OCR scans, without retyping everything. If you have stared at a document with lines bouncing between uppercase and lowercase, you know how tedious those edits feel. This page bundles every common capitalization style plus extra-space cleaning, so you jump straight from raw material to clean text in seconds.

Every conversion runs entirely in your own browser. No form submission, no server round-trip, no sign-up, and no upload queue. Disconnect after the page loads and every button still works. Below we cover the title case rules, real-world limitations, and the questions we get most often by email, all on one page.

Key Features

Instant conversion

No refresh, no uploads. Paste, click, and the result appears instantly.

No text uploaded

Everything runs in your browser. Drafts and proprietary code never leave your device.

Multiple case styles

Six capitalization tools — UPPER, lower, Title, Sentence, camel, snake — plus spaces cleaner.

One-click copy

Copy the converted result to your clipboard with a visible "Copied!" confirmation.

Title Case Rules Explained

The title case converter follows the shared core of AP Stylebook and Chicago Manual of Style. Capitalizing a headline sounds simple until a tricky phrase; here is exactly what we do.

What is always capitalized

The first and last words are always capitalized. We always capitalize nouns, verbs, adjectives, adverbs, pronouns, and subordinating conjunctions (because, although, if, when, until). The first word after a colon that starts a complete phrase is capitalized.

What is kept lowercase

Inside the title, we lowercase short function words: articles (a, an, the), coordinating conjunctions (and, but, or, nor, for, so, yet), and prepositions of three letters or fewer (as, at, by, for, in, of, off, on, per, to, up, via). That matches what AP and Chicago print in their manuals.

Quick examples. a tale of two cities: an adventure becomes A Tale of Two Cities: An Adventure; the quick brown fox jumps over the lazy dog becomes The Quick Brown Fox Jumps over the Lazy Dog — preposition "over" stays lowercase inside the headline.

Limitations & Known Issues

  • Title case follows standard AP/Chicago rules; edge cases for rare hyphenated words may vary by style guide. Double-check borderline cases if writing for a strict house style.
  • Rich text formatting (bold, italic, fonts) is not preserved after conversion. The tool works on plain text only; styling is stripped before processing.
Advertisement · Middle

Who Uses a Case Converter Every Day?

Consistent capitalization saves time across a career. Here is how different professions use this page.

Writers & Editors

Run a list of draft headlines through Title Case in one pass instead of fixing small words by hand.

Students & Academics

Format essay headings, references, and copied quotes to APA, MLA, or Chicago rules fast.

Developers

Rename variables, JSON keys, and DB columns between camelCase and snake_case without manual edits.

Social Media Managers

Cycle between UPPERCASE hooks, sentence bodies, and Title Case headlines without retyping.

Translators & Proofreaders

Normalize mixed-case OCR text before translation so memory picks exact matches, not false variants.

SEO Specialists

Bring every title tag, H1, and meta description into one capitalization style across many pages.

Advertisement · Bottom

Frequently Asked Questions

What capitalization rules does the Title Case converter follow?

It follows the shared core of AP Style and Chicago style: capitalize first/last words, nouns, verbs, adjectives, adverbs, pronouns, and subordinating conjunctions; lowercase articles, coordinating conjunctions, and prepositions of three letters or fewer, unless they open/close the title or follow a colon.

Is there a character or word limit?

There is no artificial limit; the only practical cap is how much RAM your device gives to a single browser tab.

Will my text be uploaded or stored anywhere?

No. Every conversion runs purely in your browser; your text is never sent to a server, logged, or stored.

Does this tool work on mobile phones and tablets?

Yes — the layout is fully responsive, with a two-column button grid and generous touch targets at narrow widths.

How does the Copy button work?

It uses the modern Clipboard API with a fallback for older browsers, and shows a green "Copied!" banner on success.

Is this case converter really free? Do I need an account?

Yes — completely free and unlimited, with no email, sign-up, trial, or daily quota of any kind.

When should I use camelCase vs snake_case?

camelCase is standard for JS/Java/C#/Swift functions and variables; snake_case for Python, Ruby, SQL, and JSON config fields.

What happens to bold, colors, and fonts if I paste formatted text?

The textarea only accepts plain text, so bold, italic, colors, fonts, and images are stripped before the conversion runs.