Case Converter — Title Case, camelCase, snake_case & 11 More (Free, Private)
Free online case converter. Convert text to UPPERCASE, lowercase, Title Case (Chicago/AP/APA/MLA), Sentence case, camelCase, snake_case, kebab-case and more. Acronym-aware, Unicode-correct, runs 100% in your browser.
Zero upload. Runs entirely in your browser.
Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Output appears here as you type.Case Converter
Paste any text and instantly see it in 14 cases — from UPPERCASE and Sentence case to camelCase, snake_case, and kebab-case. Everything is computed locally in your browser, so nothing is ever uploaded.
Title Case done right
Unlike tools that blindly capitalize every word, this converter follows real style guides (Chicago, AP, APA, MLA). It keeps articles, coordinating conjunctions, and prepositions lowercase according to each guide's rules, while always capitalizing the first and last words.
Programmer naming, acronym-aware
Identifiers are tokenized the way developers expect: consecutive capitals are recognized as a single acronym, so XMLHttpRequest converts to xml_http_request. You control whether numbers attach to the preceding word or split into their own token.
Private by design
No accounts, no tracking, no servers. Conversions are pure, deterministic string operations that run on your device. Unicode casing is handled correctly, including German ß and Turkish dotted/dotless i.
Frequently asked questions
- What is the correct way to title case?
- Capitalize the first and last words and all major words (nouns, verbs, adjectives, adverbs, pronouns). Lowercase articles (a, an, the), coordinating conjunctions, and prepositions — though the exact rules differ by style: Chicago and MLA lowercase prepositions of any length, while AP and APA capitalize longer ones.
- Why do most title case tools get it wrong?
- Most tools simply capitalize the first letter of every word. That is "First letter" capitalization, not true title case — it wrongly capitalizes small words like "of", "the", and "and" that style guides require to stay lowercase.
- What's the difference between camelCase and PascalCase?
- Both join words with no separators and capitalize each word — except camelCase keeps the first word lowercase (myVariable) while PascalCase capitalizes it too (MyClass).
- Is my text uploaded anywhere?
- No. Every conversion runs entirely in your browser. Your text is never sent to a server — there are no network requests.
- How are acronyms like XMLHttpRequest handled?
- With acronym detection on, a run of capitals is treated as one word, so XMLHttpRequest becomes xml_http_request rather than x_m_l_http_request. Turn it off to split every capital letter.
Related Tools
Regex Tester
Test regular expressions in the browser. Live highlight matches, capture groups, and named groups with common presets like email, URL, UUID, and IPv4.
Diff Checker
Compare two texts and find differences instantly. Side-by-side / Unified / Inline views, line/word/char granularity, full whitespace and case control. 100% browser-based.
Word Counter
Free privacy-first word and character counter with reading time, keyword density, and readability — no upload, runs in your browser.

