🔠 Text Tool

Text Case Converter

Convert text to 12 different case formats instantly — from developer formats like camelCase and snake_case to writing formats like Title Case and Sentence case.

12 Case Formats

When to Use Each Case

Also searched as: case converter free | text case converter online | uppercase to lowercase converter | capitalize text online

For developers: camelCase is standard in JavaScript, Java, and Swift. PascalCase is used for classes and React components. snake_case is standard in Python and databases. kebab-case is used for CSS, HTML attributes, and URL slugs. CONSTANT_CASE is used for environment variables and constants.

For writers: Sentence case is used in body text. Title Case is used for article titles and headings. UPPERCASE is used for acronyms and strong emphasis.

Use the Text Case Converter above — enter your values and get instant results. This free online tool calculates how to change text to lowercase without any download or signup required. Results update in real time as you type.
Use the Text Case Converter above — enter your values and get instant results. This free online tool calculates uppercase to lowercase converter free without any download or signup required. Results update in real time as you type.
Sentence case capitalizes only the first word of each sentence (like a normal sentence). Title Case capitalizes the first letter of most words — articles, prepositions, and conjunctions of 3 letters or less are left lowercase unless they start the title. Title Case is used for book titles, article headlines, and headings.
The hyphen (-) in kebab-case is interpreted as the subtraction operator in JavaScript, making it invalid for variable names. Use camelCase for JavaScript variable and function names, and kebab-case for CSS class names and HTML attributes where hyphens are valid.