Case Converter

Paste your text, pick a case and copy the result. The case converter changes uppercase to lowercase and back, applies proper Title Case rules and builds code-style names – with full Unicode support for accents and other alphabets.

Paste with Ctrl+V (Mac: ⌘+V). The result updates as you type.

Your text stays in your browser – it is not sent, not stored and not added to the address bar.

Title Case follows APA style: short articles, conjunctions and prepositions stay lowercase unless they come first, last or after a colon.

Result

Converted text
The Lord of the Rings: The Return of the King

How it is calculated

All conversions run locally in your browser using the Unicode case rules, so accented letters and other alphabets work too – “élève” becomes “ÉLÈVE”, German “straße” becomes “STRASSE”.

Which case to use

Your text is never uploaded or stored and is not added to the page address.

Frequently asked questions

How do I change uppercase to lowercase?

Paste the text and choose “lowercase”. The result appears instantly with a copy button. In Word you can also press Shift+F3; in Excel and Google Sheets use =LOWER().

Which words are not capitalized in title case?

In APA style: articles (a, an, the), and conjunctions and prepositions of three letters or fewer (and, but, or, for, of, in, on, to, by …) – unless they are the first or last word or follow a colon. Words of four letters or more, such as “with” or “from”, are capitalized.

What is the difference between title case and sentence case?

Title case capitalizes all major words (“The Return of the King”); sentence case capitalizes only the first word and proper nouns (“The return of the king”). APA uses sentence case for article titles in reference lists.

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (myValue), PascalCase with an uppercase letter (MyValue). snake_case joins words with underscores (my_value), kebab-case with hyphens (my-value).

Sources and legal basis

As of:

Related tools