Case Converter
Convert text to uppercase, lowercase, title case, and more
Basic Conversions
Developer Formats
Fun Formats
How to Use This Tool
Simply type or paste your text in the input area above. All case conversions happen automatically as you type. Click the copy button on any result to copy it to your clipboard.
Case Types Explained
UPPER CASE: All letters capitalized. Used for acronyms, emphasis, and headers.
lower case: All letters lowercase. Common in URLs and file names.
Title Case: First letter of major words capitalized. Used for headlines and titles.
Sentence case: First letter of sentences capitalized. Standard for body text.
camelCase: Words joined with each new word capitalized except the first. Used in JavaScript/Java variables.
snake_case: Words joined with underscores. Common in Python and database columns.
kebab-case: Words joined with hyphens. Used in URLs and CSS classes.