Text Encoders help
Convert text to and from a handful of classic encodings.
Encodings
- Morse code — letters separated by spaces, words by
/. - NATO phonetic — Alfa, Bravo, Charlie…; one-way (decoding is approximate).
- Binary — 8 bits per character, space separated.
- ROT13 / ROT47 — each is its own inverse.
- Atbash — A becomes Z, B becomes Y, and so on.
- Leetspeak — a few letter-to-digit swaps; one-way.
Notes
- For reversible encodings you can edit either box. One-way encodings make the encoded box read-only.
- Nothing is uploaded.
Everything runs in your browser. Nothing you enter or drop is uploaded.
Back to Text Encoders