About Text Encoders

Text Encoders converts text to and from a handful of classic encodings: Morse code, the NATO phonetic alphabet, 8-bit binary, ROT13, ROT47, the Atbash cipher, and leetspeak.

It runs in the page. Nothing is uploaded.

How to use it

  1. Pick an encoding.
  2. Type in the plain box to encode. For reversible encodings, type in the encoded box to decode.
  3. Copy the result.

Common questions

Which encodings are reversible?

Morse, binary, ROT13, ROT47, and Atbash. NATO phonetic and leetspeak are one-way, so their encoded box is read-only.

How is Morse spaced?

Letters are separated by a space and words by a slash.

Does binary handle non-English text?

Yes. Each character's Unicode code point is written in 8-bit groups and round-trips.

Is my text uploaded?

No. It is a local transform in your browser.