All Tools / Text
Case Converter
Convert text between eight common cases - perfect for code, titles and social posts.
How to use
- Type or paste your text.
- All eight conversions appear instantly below the input.
- Click the copy button next to any result to use it.
Frequently asked questions
What is the difference between camelCase and PascalCase?
camelCase starts lowercase and capitalizes each following word (myVariableName). PascalCase capitalizes every word including the first (MyClassName). camelCase is standard in JavaScript variables; PascalCase in classes and components.
When should I use snake_case or kebab-case?
snake_case (my_variable) is common in Python and database columns. kebab-case (my-url-slug) is the standard for URLs and CSS classes. Both improve readability.
Is my text uploaded anywhere?
No. All conversion happens locally in your browser. Your text never leaves your device.