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.
Morse, binary, ROT13, ROT47, and Atbash. NATO phonetic and leetspeak are one-way, so their encoded box is read-only.
Letters are separated by a space and words by a slash.
Yes. Each character's Unicode code point is written in 8-bit groups and round-trips.
No. It is a local transform in your browser.