How this instrument works
Leet speak — also written 1337speak, from "leet," itself short for "elite" — is an informal writing style that swaps certain letters for numbers or symbols that resemble their shape. It grew out of 1980s bulletin board systems (BBS), where fluency in the style signaled insider status and, in some cases, helped messages slip past simple text filters that scanned for banned words spelled the ordinary way. "1337" itself is the style's own name written in itself: 1=L, 3=E, 3=E, 7=T.
There is no single official leet alphabet — different communities have used dozens of different substitutions for the same letter over the decades. This tool implements one specific, widely recognized six-letter table, the version most often held up as the readable, easy-to-decode baseline: a→4, e→3, l→1, o→0, s→5, t→7. Every other letter, digit, and punctuation mark in your input passes through completely unchanged.
This tool only encodes — it turns plain text into leet speak, not the other way around. That's a deliberate scope decision, not a missing feature: leet substitutions are many-to-one, so a decoder can't reliably tell which original letter a symbol came from. The digit "1" alone is commonly used for both "i" and "l" across different leet conventions, and "4" can stand in for "a" in one text while just being a literal digit in another — so there is no single deterministic rule that reverses leet speak back to plain text the way encoding it forward can be made exact.
- Type or paste your text into the field.
- The leet-speak result appears instantly below, letter by letter.
- Only a, e, l, o, s, and t are substituted; every other character stays exactly as typed, including its original case.
- This tool encodes only — there's no decode-back-to-plain-text mode, since leet substitutions aren't reliably reversible (see the FAQ below).
Encoding "leet speak" — the term's own name
Typing the phrase "leet speak" into the tool is the cleanest self-referential test of the substitution table, since it produces the term's own famous nickname. In "leet": l→1, e→3, e→3, and t→7, giving "1337". In "speak": s→5, the untouched p, e→3, a→4, and the untouched k give "5p34k". Put together, "leet speak" becomes "1337 5p34k" — literally how the style got its name.
A longer, mixed-case example shows the other rules at work: typing "SOLVETUTOR Math Solver" returns "501V37U70R M47h 501v3r". The substitution is case-insensitive on the six target letters — the capital E in "SOLVETUTOR" and the lowercase e in "Solver" both become 3, and the a in "Math" becomes 4 — but every other letter keeps its original capitalization exactly as typed, so the capitals "V", "U" and "R" in "SOLVETUTOR" and the capital "M" in "Math" stay capitalized in the output.
Questions
Can this tool convert leet speak back into normal text?
No, and that's by design. Leet substitutions are many-to-one — the digit "1" is commonly used for both "i" and "l" depending on the writer, and "4" can mean "a" or just be a literal digit — so there's no single correct way to reverse a leet string back to its original letters. Building a decoder would mean guessing, which this tool deliberately doesn't do; it only encodes plain text forward into leet speak.
Which letters get converted to numbers?
Six: a→4, e→3, l→1, o→0, s→5, and t→7. This is one specific, widely used substitution table, not the only leet alphabet in existence — other communities and eras have used dozens of alternative symbols for the same letters, like @ for a or $ for s — but this tool sticks to the classic, most legible six-letter version.
Does capitalization affect the result?
Only in the sense that it's preserved, not that it changes which letters get substituted. The six target letters convert to their digit regardless of case (both E and e become 3), but every letter that isn't part of the six-letter table keeps its original uppercase or lowercase form exactly as you typed it.
Why is the term written "1337" instead of "leet"?
"1337" is the word "leet" run through this exact substitution table: l→1, e→3, e→3, t→7. It's a self-referential nickname — the style's own name, spelled in itself — and one of the oldest, most recognizable examples of the convention.
Are numbers, spaces, and punctuation affected?
No. Anything that isn't one of the six target letters — digits, spaces, punctuation, and any other letter of the alphabet — passes through completely unchanged.
Where did leet speak come from?
It originated on 1980s bulletin board systems (BBS), where using it signaled insider familiarity with a community and, in some cases, helped messages dodge simple keyword filters. It later spread through online gaming and hacking culture and remains recognizable today, even though it's mostly used playfully rather than functionally.