Encode plain text into leetspeak by substituting select vowels with numbers and symbols, then capitalizing the first character. This is a playful transform, not encryption.
Substitutions
| Letter | Replacement |
|---|---|
| a | @ |
| e | 3 |
| i | 1 |
| o | 0 |
| u | v |
When to use it
- Generate stylized gaming handles or puzzle clues
- Demonstrate reversible obfuscation for education
- Create novelty social display names
Limitations
Not reversible automatically—decode manually. Only lowercase vowels in the Latin alphabet are replaced. Empty input returns an empty string.
Example
For example, enter the default sample values on the form and compare the output with a known reference; adjust one input at a time to see how the result changes.
Notes
This guide summarizes the behavior of the text/leetspeak tool on Tool Plaza. Processing runs locally in your browser unless the tool explicitly calls a server action.