Case Converter
Convert your text between 8 different cases. Paste your text, click a button, and copy the result instantly.
0 chars
Text Case Formats Explained
🔡 UPPERCASE & lowercase
Simple case flips. UPPERCASE is great for headings and acronyms; lowercase for normalizing input.
📝 Title & Sentence
Title Case capitalizes every word — ideal for headlines. Sentence case capitalizes only the first word — for natural prose.
💻 camelCase & snake_case
camelCase is used in JavaScript and Java variable names. snake_case is popular in Python and database column names.
🔗 kebab-case & CONSTANT_CASE
kebab-case is used in URLs and CSS class names. CONSTANT_CASE is the standard for constants and environment variables.