HOW IT WORKS
Paste or type your text above and see it converted to 10 different text cases instantly. Click any result card to copy the converted text to your clipboard. All conversions happen in real-time as you type.
CASE TYPES EXPLAINED
UPPERCASE: All letters are capitalized. Common for headings, acronyms, and emphasis.
lowercase: All letters are in small case. Used in URLs, email addresses, and code.
Title Case: First letter of each word is capitalized. Standard for book titles and headlines.
Sentence case: Only the first letter of each sentence is capitalized. Natural reading style.
camelCase: Words joined without spaces, first word lowercase, subsequent words capitalized. Common in JavaScript variables.
PascalCase: Like camelCase, but the first word is also capitalized. Used for class names in programming.
snake_case: Words separated by underscores, all lowercase. Common in Python and Ruby.
kebab-case: Words separated by hyphens, all lowercase. Used in URLs and CSS class names.
CONSTANT_CASE: Words separated by underscores, all uppercase. Used for constants in programming.
dot.case: Words separated by dots, all lowercase. Used in file extensions and domain names.