Text Case Converter
A case converter changes the capitalisation of text without retyping it. This free tool converts to sentence case, lower case, UPPER CASE, Capitalized Case, Title Case, alternating and inverse case, plus developer formats such as camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case. Results update as you type and can be copied or downloaded as a .txt file.
Free, no signup. Runs entirely in your browser; files and text are not uploaded.
How to use the Text Case Converter
- Paste or type your text into Text to convert.
- Click a format under Convert to, such as Title Case or snake_case.
- Check the Result box, which updates as you type.
- Click Copy or Download .txt.
Features
- 13 formats including sentence case, Title Case, camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE and dot.case
- Detects camelCase and PascalCase word boundaries, so userID becomes user_id
- Title Case keeps short words (a, and, of, the…) lowercase except at the start or end
- Sentence case capitalises after . ! ? and line breaks and fixes a lone “i”
- Multi-line text converted line by line
- Unicode-aware for accented and non-Latin letters; copy or download as .txt
Frequently asked questions
What is the difference between Title Case and Capitalized Case?
Capitalized Case capitalises the first letter of every word. Title Case follows headline style: short articles, conjunctions and prepositions such as “a”, “and” and “of” stay lowercase unless they are the first or last word.
Can it convert camelCase to snake_case?
Yes. The converter splits words at spaces, punctuation and lower-to-upper case changes, so “parseHTTPResponse” becomes parse_http_response in snake_case or parse-http-response in kebab-case. Each line is converted separately.
Does sentence case keep names capitalised?
No. Sentence case lowercases everything except the first letter of each sentence and the word “I”, so names and acronyms need to be re-capitalised by hand afterwards.
Related tools
- Word Counter – Count words, characters, sentences and paragraphs with reading time, readability and keyword density
- Text Converter – Change case, URL encode/decode, Base64 and text-to-binary in one tool
- Lorem Ipsum Generator – Generate lorem ipsum paragraphs, sentences, words or lists, with optional HTML tags
- URL Encoder – Percent-encode or decode URLs and query strings, with form (+) and component modes
Built and reviewed by Naqash Thaheem, Technical Project Manager. Last reviewed 2026-09-24.