DotDashKeySupport Us

All Translators

Eight translators, each covering a different code or cipher system, all running client-side in your browser. Pick the one you need below — each tool page also carries a full explanation of that specific system, a reference chart, and an FAQ, so you're never left with just a bare input box.

Which Tool Do You Need?

  • Sending or reading real Morse code (radio, signalling, learning): Text to Morse.
  • Spelling something clearly out loud over a phone or radio: Text to NATO Phonetic.
  • Understanding or displaying the tactile dot pattern for a letter: Text to Braille.
  • Working with computer-level data or a binary/hex puzzle: Text to Binary.
  • Solving or setting a classic shift-cipher puzzle: Caesar Cipher.
  • Reading or building a pigpen-cipher puzzle for an escape room: Pigpen Cipher.
  • Converting letters to their alphabet position number and back: A1Z26.
  • Actually learning Morse code by ear rather than just looking it up: Morse Trainer.

Why Eight Separate Tools Instead of One Universal Box

It would be simpler to build one input box with a dropdown for "which code system," but that design genuinely makes every individual tool worse: a Caesar cipher needs a shift slider that a Morse translator has no use for, a braille tool benefits from a large, clearly rendered dot-pattern display that would clutter a binary converter, and a NATO phonetic tool works best with plain word output rather than a monospace code font. Each tool here is built around what actually makes that specific system easiest to use, rather than forced into a shared, lowest-common-denominator interface.

Everything Runs Client-Side

Every translator on this page is plain JavaScript running in your browser, with no server round-trip for the conversion itself and nothing you type stored or transmitted anywhere — the same zero-upload design applies across all eight tools, not just the flagship Morse translator on the homepage. That also means every tool works offline once the page has finished loading, which matters more than it might sound for anyone using these on a boat, in a cockpit, in a scout field camp, or anywhere else with genuinely unreliable, patchy connectivity.

Two-Way Converters vs. One-Way Encoders

Four of these translators work in both directions from the same box: Text to Morse, Text to Binary, Caesar Cipher and A1Z26 all decode back to plain text as readily as they encode it, which matters if you're checking a message you received rather than writing one. Text to NATO Phonetic, Text to Braille and Pigpen Cipher run one-way only, from typed text to the target system, because their output is something you read rather than type back in — raised dots, drawn geometry, or a spoken word — not because a reverse mode would be technically difficult to add.