Leet-speak Translator
Turn normal text into leet-speak, or decode leet-speak back to plain text.
Translates in both directions with the classic 1337 character set.
Updated August 22, 2026
Introduction / overview
Leet-speak — also written 1337, l33t, or leetspeak — is a playful way of writing that swaps letters for numbers and symbols that look similar. The in a word becomes , the becomes , and so on. It grew out of early internet culture in the 1980s, where it was used by hackers and gamers to look elite — which is exactly where the name comes from. Read more about leet and its history on Wikipedia.
Two directions, one box: type normal text and it turns into leet-speak, or paste leet-speak and it decodes back into plain text. The result updates as you type.
People reach for a leet-speak translator when they are crafting a gamer tag, adding a retro hacker vibe to a social post, or trying to decode a message someone wrote in 1337. The calculator uses a classic basic leet character set with 16 letter substitutions, so the output stays readable instead of turning into an unreadable jumble.
How to use / quick start
Step-by-step
- Choose the direction: From normal text to leet (the default) or From leet to normal text.
- Type or paste your text into the Write your text field.
- Read the translated result below — it updates automatically as you type.
Worked example: “Hello”
With the default direction, typing replaces each letter with its leet equivalent:
The result reads #3110. Switch the direction to From leet to normal text and paste back in — the calculator returns hello, mapping each leet character to its lowercase letter.
Calculation method
Translation is a simple per-character substitution. In the normal → leet direction, each character is uppercased and then replaced when it has a leet equivalent; every other character — digits, punctuation, and spaces — passes through exactly as typed.
In the leet → normal direction, each leet character is mapped back to its lowercase letter. One special case: a standalone becomes the letter rather than a lowercase .
The 16 letter substitutions
These are the exact mappings the calculator uses. Letters without an entry are left unchanged.
| Letter | Leet | Letter | Leet |
|---|---|---|---|
| A | 4 | O | 0 |
| B | 8 | R | Я |
| C | © | S | 5 |
| E | 3 | T | 7 |
| G | 6 | W | ω |
| H | # | X | × |
| I | ! | Y | ¥ |
| L | 1 | Z | 2 |
Notice the substitutions are chosen for how the characters look, not how they sound — becomes the Cyrillic , and becomes the Greek .
The number-versus-letter ambiguity
Because leet reuses digits, the calculator cannot tell whether a was meant as the number 3 or the letter . In the leet → normal direction it always reads it as the letter, so decoding is best-effort — a message that mixes real numbers with leet letters may not come back perfectly.
Common scenarios
Gaming handles and usernames
Turn a taken or plain username into a distinctive-looking tag, like Shadow → 5#4d0ω.
Decoding old messages
Someone sent you ? Switch to the leet → normal direction to read it as .
Social media flair
Add a retro hacker vibe to a bio or post without making it unreadable — the basic leet set keeps most words recognizable.
Tips & best practices
Case never matters on input
and both become — every letter is uppercased before it is matched.
Only 16 letters change
Letters without a leet equivalent — like , , or — stay exactly as typed.
Digits and punctuation pass through
Numbers, spaces, and punctuation are preserved in both directions, so sentences keep their structure.
A lone “!” decodes as “I”
In the leet → normal direction, a standalone becomes the capital letter , matching how it is used in leet-speak.
Want your leet text in a consistent case — all caps or all lowercase? Run it through the uppercase to lowercase converter after translating.
Frequently asked questions
What does 1337 mean?
It is leet-speak for leet, which itself comes from elite. The calculator encodes the word as — , , , .
Why does “3” sometimes stay as a number?
In the normal → leet direction, the digit is not a letter, so it stays as it is. In the leet → normal direction, every is read as the letter . The calculator cannot tell whether a digit was meant as a number or a letter.
Can I translate any language?
The calculator works on any text, but only Latin letters A–Z have leet equivalents. Non-Latin scripts and most punctuation pass through unchanged, so a sentence in another alphabet will keep its letters but lose nothing else.
Limitations
This calculator uses one classic basic leet character set, but leet-speak is not standardized — there are many dialects with far more substitutions. Only 16 letters are mapped, so words made mostly of unmapped letters change very little. In the leet → normal direction, the calculator cannot distinguish a digit used as a number from a digit used as a letter, so decoding mixed messages is best-effort. Leet is a fun, informal way to write — it is not a cipher for secure communication.
Related Calculators
Scale Calculator
Calculate scale factors and convert scaled or real dimensions for length, area, and volume.
JWT parser
Parse and decode your JSON Web Token (JWT) and display its content. All computation runs locally in your browser.
Emoji picker
Copy and paste emojis easily and get the unicode and code points value of each emoji. Runs locally in your browser.
Text to NATO alphabet
Transform text into the NATO phonetic alphabet for oral transmission. Convert letters A–Z into Alpha/Bravo/Charlie… and copy instantly.
Text to ASCII binary
Convert text to ASCII (8-bit) binary and convert ASCII binary back to text. Clean input automatically and copy results instantly.
Text to Unicode
Convert text to Unicode decimal HTML entities (e.g., A) and convert them back to text. Runs locally in your browser with one-click copy.