Case Converter
How to use this case converter
- Type or paste any text into the box above.
- All 9 case formats generate instantly below.
- Click "Copy" next to the format you need.
When do I need each case format?
camelCase and PascalCase are standard for variable and class names in JavaScript, Java and C#. snake_case is common in Python and databases. kebab-case is standard for URLs and CSS classes. CONSTANT_CASE is typically reserved for constants and environment variables.
Does this handle special characters and accents?
The converter splits on spaces, hyphens, underscores and capital letters — accented characters are preserved but not specially normalized.
What's the difference between Title Case and Sentence case?
Title Case capitalizes every word ("This Is A Title"), while Sentence case only capitalizes the first word ("This is a sentence").