Skip to content
CertoflowCertoflow
Text Tools

Morse Code Translator

Translate text and Morse code.

Last updated: June 2026

Example

In:
SOS
Out:
... --- ...

Guide

Introduction

Morse code predates the internet yet still appears in aviation, amateur radio, puzzles, escape rooms, and STEM classrooms. Students encode their names for projects. Hobbyists decode practice transmissions. Game designers hide clues in dots and dashes. Learning the mapping by hand builds intuition, but checking your work needs a reliable translator that does not require installing ham-radio software or trusting unknown mobile apps with your messages.

Certoflow's Morse Code Translator converts plain text to International Morse and back again. Choose Text to Morse or Morse to Text, paste input, and click Translate. Everything runs client-side in your browser with support for Certoflow's light and dark themes—helpful when comparing long encoded strings on a dim screen without eye strain.

What this tool does

The Morse Code Translator is a bidirectional educational utility for letters A through Z and digits 0 through 9.

ModeInputOutput
Text to MorseLetters, numbers, spacesDots, dashes, and spacing per International Morse
Morse to TextDots (.), dashes (-), spacesDecoded alphanumeric characters

Word boundaries in encoding appear as / between Morse letter groups. Spaces in plain text become word separators in the encoded output. Unknown characters in encode mode pass through when no Morse mapping exists. Decode mode maps tokens through a lookup table; unrecognized tokens may produce empty segments.

The interface uses monospace styling for Morse output and input, which aligns dots and dashes for easier visual scanning. Toolbar actions cover paste, copy, clear, and an example loading SOS to ... --- ....

How it works

Encoding uppercases input, iterates characters, and replaces each letter or digit with its International Morse pattern. Spaces become / tokens surrounded by spacing conventions that keep word breaks visible. Newlines in input are preserved as newline characters in the Morse stream.

Decoding splits Morse input on whitespace into tokens. A / token becomes a space. Other tokens map through a reverse dictionary from patterns like .- to A. Concatenation rebuilds the plain text string without inserting spaces between letters inside a word—spaces come only from explicit / word markers.

Translation executes locally via JavaScript. No audio is generated; this is a visual translator, not a tone player. Certoflow does not log phrases you experiment with. Theme selection does not alter Morse mappings.

Real-world examples

Scout or classroom activity. Students encode their first names, exchange papers, and decode neighbors' messages. The translator verifies answers instantly without the teacher maintaining an answer key chart.

Puzzle game design. An escape room designer drafts HELLO as .... . .-.. .-.. --- and pastes the Morse into a prop document. Decode mode confirms round-trip accuracy before printing.

Amateur radio study. A license candidate practices receiving common words by typing heard patterns into Morse to Text. Starting with structured examples builds recognition before live on-air practice.

Emergency signal education. SOS encodes to ... --- ..., the universal distress pattern. Instructors demonstrate why three short, three long, three short is memorable compared to arbitrary strings.

Cross-tool encoding chains. Hobbyists compare Morse output with Binary Translator or ROT13 Encoder representations of the same phrase for cryptography unit studies—not for real security, but for conceptual contrast.

Common mistakes

Expecting punctuation Morse. Standard punctuation has International Morse codes, but this tool maps A–Z and 0–9. Punctuation may pass through unchanged on encode or disappear on decode.

Inconsistent spacing when decoding. Morse relies on correct spaces between letters and / between words. Running together ....-.-..-.-..--- without spaces will not decode to HELLO.

Case sensitivity on decode. Output letters are uppercase by convention in the mapping table regardless of how you typed Morse input.

Using Morse for secrecy. Morse is encoding, not encryption. Anyone with a chart reads the message. Pair with educational discussion of real cryptography for security contexts.

Expecting audio playback. Silent study only. For tone practice, use dedicated ham-radio trainers or apps built for sound.

Mixing proprietary visual Morse variants. Certoflow follows International Morse for listed characters. American railroad or other historical variants may differ slightly.

Related tools

Explore other symbolic transforms: ROT13 Encoder for Caesar-style letter rotation, Reverse Text for character order experiments, and Binary Translator for bit patterns. Base64 Encode shows transport encoding contrast. For classroom randomness, Dice Roller pairs with games that use Morse clues.

FAQ

Which Morse standard is used?

International Morse for A–Z and 0–9. Spaces between letters; / between words in encoded output.

Can I decode Morse?

Yes. Switch to Morse to Text and paste dots, dashes, and spaces.

Is my text uploaded?

No. Translation runs entirely in your browser.

Does the tool play sound?

No. It provides visual Morse strings only.

What happens to unsupported characters?

Encode may leave them unchanged. Decode may skip unknown tokens.

Can I encode lowercase?

Input is uppercased for mapping. Output letters on decode are uppercase.

Does dark mode affect Morse output?

No. Theme changes colors only; patterns are identical.

Is Morse code secure?

No. It is a human-readable encoding scheme, not encryption.

Frequently Asked Questions

Which Morse standard is used?
International Morse for A–Z and 0–9. Spaces between letters; / between words.
Can I decode Morse?
Yes. Switch to Morse to Text and paste dots, dashes, and spaces.

Related tools that complement this workflow.