Cipher Decipher

Communication Codes

Morse Code Translator

Convert text to Morse code and decode dots and dashes back to readable letters.

Share this tool

Loading...

International Morse reference (letters)

LetterPattern
A.-
B-...
C-.-.
D-..
E.
F..-.
G--.
H....
I..
J.---
K-.-
L.-..
M--
N-.
O---
P.--.
Q--.-
R.-.
S...
T-
U..-
V...-
W.--
X-..-
Y-.--
Z--..
Embed Morse Code Translator
Customize and generate embed code for your website or application

Customization

Preview

Cipher Decipher
Morse Code Translator
Tool preview area

Embed Code

Related Tools

Discover similar tools

Hex Encoder/Decoder
Same category - highly relevant
Convert text to hexadecimal format and decode hex strings back to readable text.
encoding-decodingTry Tool
Binary to Text Converter
Same category - highly relevant
Turn plain text into 8-bit binary bytes and convert binary strings back to text.
encoding-decodingTry Tool
HTML Entity Encoder/Decoder
Same category - highly relevant
Convert characters to HTML entities for safe display and decode entities back to text.
encoding-decodingTry Tool
URL Encoder/Decoder
Same category - highly relevant
Encode URLs for safe web use and decode URL-encoded strings back to original format.
encoding-decodingTry Tool
ASCII Art Generator
Same category - highly relevant
Convert text and create ASCII art representations in various styles.
encoding-decodingTry Tool
NATO Phonetic Alphabet
Same category - highly relevant
Spell words with Alfa, Bravo, Charlie and the full ICAO radiotelephony alphabet.
communication-codesTry Tool

Introduction

Cipher Decipher's Morse code translator is a two-way utility for International Morse Code, the pattern of dots and dashes that once carried telegraph and radiotelegraph messages around the world. Students decode a printed clue for a scavenger hunt, radio enthusiasts compare what they hear on the air against a written transcript, and puzzle designers sanity-check props before players arrive. The tool responds while you type, so you can paste noisy logs from forums, lab handouts, or OCR scans and iterate without installing desktop software. Because processing stays in your browser, drafts remain on your device unless you choose to share a link that includes your text in the query string.

What this tool does

  • Accepts ordinary Latin letters, digits, and many punctuation marks on the encode path.
  • Outputs International Morse with a slash between words so multi-word phrases stay readable on one line.
  • Decodes dot and dash tokens separated by spaces, including line breaks between rows of symbols.
  • Treats common Unicode dot and dash characters as standard dot and dash when you paste from PDFs or the web.
  • Updates the opposite panel on every keystroke and lets you copy the result in one click.

How this tool works

The interface follows the same layout as other Cipher Decipher utilities: a large input region, a monospace output region, directional tabs for encode versus decode, and buttons to clear the input or swap modes. Encoding walks your string in order, looks up each supported character in a fixed table, and joins letter patterns with single spaces while inserting a slash token wherever a space appeared in the original text. Decoding splits on slashes first to recover word boundaries, then splits each word on spaces to recover individual Morse tokens, and maps each token back to a character. Unknown tokens are skipped rather than guessed, which prevents silent corruption but means a single mistyped dash can change the reading until you fix spacing. Everything executes with ordinary JavaScript in your tab, so you can work offline after the page loads and you never upload ciphertext to a server. Shareable URLs append an input query parameter when you type; clearing the box removes that parameter again.

How the cipher or encoding works

Morse code assigns a unique rhythm of short elements, traditionally called dots and dashes, to each character in an alphabet. Telegraph operators learned to stretch and compress timing slightly while keeping the underlying pattern recognizable; later radiotelegraphy used the same character set with tone or carrier on and off. The International Telecommunication Union publishes the character set and procedural guidance writers still cite, including ITU-R M.1677 on Morse telegraphy in the amateur and maritime services. That standard lineage matters when you compare this page to classroom handouts: small national variations existed historically, but the ITU-focused International Morse set is what most English-language puzzle writers mean today. Morse is an encoding, not encryption. Anyone who recognizes the alphabet can read the message, which is why military and diplomatic systems moved on to stronger cryptography while Morse remained a practical skill for constrained bandwidth and human hearing.

How to use this tool

  1. Pick To Morse when you have plain language, or From Morse when your material is already dotted and dashed.
  2. Type or paste into the input area. Decoding tolerates extra whitespace and several unicode stand-ins for dot and dash that copy-paste introduces.
  3. Read the live result in the opposite panel. If decoding looks empty, confirm each letter uses spaces between patterns and slashes or line breaks between words.
  4. Use Copy result when you want to move the output into chat, a spreadsheet, or a slide deck.
  5. Optional: share the page address after typing so teammates open the same draft through the embedded query string.

Real-world examples

Escape room audio printed on paper

A prop plays three long beeps through a speaker, and the hint card shows dots and dashes in two columns. One player reads the audio while another types the symbols into From Morse. They spot a locker word within a minute instead of decoding by hand under dim light. If a row lacks a slash between words, they insert one before decoding so the tool keeps boundaries straight.

License course homework

An instructor assigns ten vocabulary terms to encode. Students type each term in To Morse, speak the rhythm aloud while looking at the pattern, then hide the answer column and practice decoding from a screenshot. When everyone uses the same slash convention, peer grading stays consistent and the TA can reuse answer keys year to year.

Sanity check before shipping a demo

A front-end engineer wires Morse into a museum kiosk and feeds the UI the string CQ DE TEST. She pastes the same phrase here, compares the kiosk output character by character, and catches a swapped dash before visitors arrive. That kind of quick cross-check avoids last-minute rework when the hardware team has already left the building.

Comparison with similar methods

MethodComplexityTypical use
International MorseLowTimed tone or flashlight channels
Caesar cipherLowLetter-shift puzzles with no timing
Base64MediumSafe transport of bytes inside text protocols

Limitations or considerations

This page implements the common ITU-oriented Latin digit and punctuation subset that most hobby and puzzle contexts expect. Prosigns such as SK or AR, procedural spacing rules for manual keys, and non-English extensions are out of scope. Morse does not protect secrecy. If you need confidentiality, use modern cryptography rather than a public code book everyone can read.

Frequently asked questions

Related tools

Conclusion

Keep this Morse translator nearby any time you move between audible practice, written handouts, and digital collaboration. It is deliberately boring and predictable so you can trust the mapping while you focus on teaching, set design, or verification. Pair it with the NATO phonetic tool when a puzzle needs both spoken spelling and timed tones, and remember that transparent encodings like Morse teach history and pattern recognition without replacing real encryption when privacy matters.