Browser-only
Generation and export both stay in the browser.
Convert text between uppercase, lowercase, title case, camelCase, PascalCase, snake_case, kebab-case, and more directly in the browser.
Converted text
Uppercase
Enter text to see the converted result.
Text stats
| Format | Example | Primary use |
|---|---|---|
| Uppercase | HELLO WORLD | Emphasis and headings |
| Lowercase | hello world | Normalized text |
| Sentence case | Hello world. | Sentences and explanations |
| Capitalized Case | Hello World | Simple word-by-word capitalization |
| Title Case | How to Convert Text Case | Titles and headings |
| camelCase | helloWorld | JavaScript variable names |
| PascalCase | HelloWorld | Component, class, and type names |
| snake_case | hello_world | Python and databases |
| UPPER_SNAKE_CASE | HELLO_WORLD | Constants and environment variables |
| kebab-case | hello-world | URLs and CSS class names |
| Train-Case | Hello-World | Labels and readable identifiers |
| dot.case | hello.world | Config keys |
| path/case | hello/world | Paths and route-like strings |
| slug case | hello-world | URL slugs |
Open the full generators page to compare tools and switch to another one.
Generation and export both stay in the browser.
Your input is never sent to a server.
Reloading clears the input and output.