around the script tag below to activate site-wide auto ads. --> Skip to content
100% Free · No Signup · Private

Text Case Converter

Convert text to UPPERCASE, lowercase, Title Case, Sentence case or camelCase instantly — free and easy.

Ad space (728x90)

Choosing the right case style

Title Case capitalizes every major word (for headlines and titles); Sentence case only capitalizes the first word (for body text and UI labels); camelCase removes spaces entirely for use as a programming variable name.

Frequently asked questions

Title Case capitalizes the first letter of every major word, while Sentence case only capitalizes the first letter of the sentence.

Yes, the camelCase option removes spaces and capitalizes each word after the first, a common variable naming style in JavaScript.