Case Converter
Text ToolConvert text between different cases instantly. Transform text to uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, kebab-case, and more.
Live Preview
Type or paste text to see case conversion preview
Current case: None
Enter Your Text
Batch Conversion
Select Case Type
Standard Cases
Programming Cases
Special Cases
Converted Text
Select a case type to see converted text
0 characters
•
0 words
Case Information
Select a case type to see usage information.
Case Conversion Examples
| Case Type | Example Input | Example Output | Common Usage |
|---|---|---|---|
| UPPERCASE | hello world | HELLO WORLD | Headings, emphasis, acronyms |
| lowercase | Hello World | hello world | Normal text, file names, URLs |
| Title Case | hello world example | Hello World Example | Titles, headings, proper nouns |
| camelCase | user first name | userFirstName | JavaScript variables, method names |
| PascalCase | user first name | UserFirstName | Class names, types, constants |
| snake_case | user first name | user_first_name | Python variables, database fields |
| kebab-case | user first name | user-first-name | CSS classes, URLs, file names |