Text Case Converter
10 case formats — convert instantly
Choose format
About this text case converter
This free text case converter instantly transforms any text into ten different formats. Whether you need to format a title, convert a variable name for a coding project, fix a document written in all caps, or generate a URL-friendly slug, this tool handles it in one click with no account required.
Click any format button and your converted text appears instantly with a copy button so you can paste it directly where you need it. The tool works on text of any length.
When to use each format
- UPPERCASE: Headings, acronyms, button labels, warnings, and any text that needs strong visual emphasis. Avoid using for long passages as it reduces readability significantly.
- lowercase: Casual writing, usernames, email addresses, and URLs. Also used in certain brand identity systems for a modern aesthetic.
- Title Case: Article titles, book titles, movie names, headings, and proper nouns. Title case capitalizes the first letter of major words while keeping articles and prepositions lowercase.
- Sentence case: Standard prose, emails, captions, and any flowing text. Capitalizes only the first word of each sentence and proper nouns.
- camelCase: JavaScript and Java variable names, function names, and object properties. The first word is lowercase and each subsequent word starts with a capital letter.
- PascalCase: Class names in object-oriented languages like Java, C#, and TypeScript. Similar to camelCase but the first word is also capitalized.
- snake_case: Python variables, SQL column names, file names, and database fields. Words are lowercase and separated by underscores.
- kebab-case: URL slugs, CSS class names, HTML attributes, and file names. Words are lowercase and separated by hyphens.
- CONSTANT_CASE: Constants in programming languages like JavaScript, Java, and C++. All uppercase with underscores separating words.
- aLtErNaTe: Alternating uppercase and lowercase characters. Used for stylistic or humorous effect in social media and memes.