Text Case Converter
Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and kebab-case instantly.
No data sent to serverRelated Tools
What is a Text Case Converter?
A text case converter transforms text between different capitalization and naming conventions. Developers frequently need to convert between naming styles when working across different programming languages, file formats, and coding standards.
This tool supports six common formats: UPPERCASE (all capitals), lowercase (all small), Title Case (first letter of each word capitalized), camelCase (used in JavaScript and Java variables), snake_case (used in Python, Ruby, and SQL), and kebab-case (used in CSS classes and URL slugs).
All conversions are displayed simultaneously, so you can see all output variations at once and copy whichever format you need.