Case converter — offline
Every naming convention at once: camel, snake, kebab, Pascal, and friends.
100% private — files never leave your device
| camelCase | — | |
| PascalCase | — | |
| snake_case | — | |
| kebab-case | — | |
| CONSTANT_CASE | — | |
| Title Case | — | |
| Sentence case | — | |
| lowercase | — | |
| UPPERCASE | — | |
| dot.case | — | |
| path/case | — |
How it works
- 1
Type or paste any text or identifier.
- 2
All conversions update live.
- 3
Copy the one you need.
Related tools
Frequently asked questions
Is my text processed on a server?
No — case conversion is a few lines of string logic running in your browser. Nothing is transmitted.
Which cases are supported?
camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Title Case, Sentence case, dot.case, path/case, plus plain upper and lower — all shown at once.
Does it understand identifiers like XMLHttpRequest?
Yes — consecutive capitals, digits, underscores, and hyphens are split into words intelligently before converting.