Morse code translator

Encode text to ITU Morse dots and dashes or decode locally.

{{ t("morseHint") }}

Overview

Handy for telecom study, puzzles, and short messages. Not a substitute for real equipment or official protocols.

Technical deep dive

Common questions summarized

  • What is this tool for?: It runs fully in your browser: useful to validate, format, or convert data in everyday development.
  • Are my inputs sent to a server?: Processing happens locally with JavaScript. We do not store what you paste into the text areas.
  • Can I use this for real production data?: Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.

Sample payload to try

  • See also the larger "Code Snippets" sample; paste this excerpt to try locally: SOS — Texto: SOS Morse: ... --- ...

Tool guide

  • What Morse code is A way to encode letters and digits with dot and dash patterns, historically central to radio. The ITU Latin set is the usual reference.

  • What the tool does Encodes text (A–Z, 0–9 and some punctuation) with spaces between letters and / between words, or decodes Morse-like input back to text.

  • Why use it Learning, puzzles, and quick demos without installing apps.

Code Snippets

Code example
Texto: SOS
Morse: ... --- ...

SOS

Texto: SOS
Morse: ... --- ...

FAQ

What is this tool for?

It runs fully in your browser: useful to validate, format, or convert data in everyday development.

Are my inputs sent to a server?

Processing happens locally with JavaScript. We do not store what you paste into the text areas.

Can I use this for real production data?

Use at your own risk. For secrets (passwords, tokens), prefer controlled environments and your company policies. And always review the generated contents. Never trust blindly things you see on the internet.