Leet-speak Translator
Convert text between cases and styles instantly.
l33t sp34k7h3 qu1ck 8r0wn f0x jump5 0v3r 7h3 142y d09.
Characters44
Words9
Result
| 7h3 qu1ck 8r0wn f0x jump5 0v3r 7h3 142y d09. |
Every style
| Style | Your text |
|---|---|
| UPPERCASE | THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG. |
| lowercase | the quick brown fox jumps over the lazy dog. |
| Title Case | The Quick Brown Fox Jumps Over The Lazy Dog. |
| Sentence case | The quick brown fox jumps over the lazy dog. |
| camelCase | theQuickBrownFoxJumpsOverTheLazyDog |
| PascalCase | TheQuickBrownFoxJumpsOverTheLazyDog |
| snake_case | the_quick_brown_fox_jumps_over_the_lazy_dog |
| kebab-case | the-quick-brown-fox-jumps-over-the-lazy-dog |
| CONSTANT_CASE | THE_QUICK_BROWN_FOX_JUMPS_OVER_THE_LAZY_DOG |
| aLtErNaTiNg CaSe | tHe QuIcK bRoWn FoX jUmPs OvEr ThE lAzY dOg. |
| iNVERT cASE | tHE QUICK BROWN FOX JUMPS OVER THE LAZY DOG. |
| esrever | .god yzal eht revo spmuj xof nworb kciuq ehT |
| l33t sp34k | 7h3 qu1ck 8r0wn f0x jump5 0v3r 7h3 142y d09. |
Which case should you use?
- Title Case — headings and titles. Capitalises each word.
- Sentence case — body copy. Capitalises only the first word of each sentence, which is what most style guides now prefer for headings too.
- camelCase and PascalCase — variable and class names in most programming languages.
- snake_case — Python, Ruby and SQL column names.
- kebab-case — URLs, CSS class names and file names, because hyphens are safe everywhere.
- CONSTANT_CASE — constants and environment variables.
The conversion happens on the server and nothing is stored.