Skip to content

Leetspeak gamertag

Fold accents, close up the spaces, then swap letters for digits.

A handle has to survive a signup field, which usually means no spaces and no accents. This chain does that cleanup first and then applies the classic leet substitutions — 3 for e, 4 for a, 0 for o — at medium strength, which stays readable where the extreme setting does not.

It runs entirely in your browser, so you can try twenty variations without any of them being logged anywhere. Paste a name or a phrase below and copy whichever version survives the availability check.

Questions

Why remove the spaces?
Most username fields reject them outright. Closing them up gives you something you can paste straight into a signup form.
Can I get a heavier substitution?
Yes. The leet step has low, medium and extreme levels on its own tool page; extreme swaps far more letters and is much harder to read back.
Can it decode leetspeak?
The tool can, in decode mode. This recipe pins encoding, because that is the direction a handle is built in.

Build your own chain in the pipeline builder.