Velto
Text & String

Morse Code Translator

This free morse code translator converts text to International Morse Code or decodes Morse back to text, automatically detecting the direction, and can play the result as 600 Hz beeps.

Direction is detected automatically: dots, dashes and slashes are decoded, anything else is encoded.

Decoded text

Morse to text

HELLO

600 Hz tone, dit 60 ms, dah 180 ms

Examples

How to use

  1. 1

    Type your message, or paste Morse code made of dots, dashes and slashes.

  2. 2

    The translation appears instantly: the tool detects the direction on its own.

  3. 3

    Press Play to hear the code as 600 Hz beeps with standard timing.

  4. 4

    Copy or download the result with the buttons under the tool.

Morse Code Alphabet

CharacterMorseType
A.-Letter / Lettre
B-...Letter / Lettre
C-.-.Letter / Lettre
D-..Letter / Lettre
E.Letter / Lettre
F..-.Letter / Lettre
G--.Letter / Lettre
H....Letter / Lettre
I..Letter / Lettre
J.---Letter / Lettre
K-.-Letter / Lettre
L.-..Letter / Lettre
M--Letter / Lettre
N-.Letter / Lettre
O---Letter / Lettre
P.--.Letter / Lettre
Q--.-Letter / Lettre
R.-.Letter / Lettre
S...Letter / Lettre
T-Letter / Lettre
U..-Letter / Lettre
V...-Letter / Lettre
W.--Letter / Lettre
X-..-Letter / Lettre

Parameters

Every field of this tool can be prefilled from the URL. Use these query parameters:

ParameterTypeDefault
textstringSOS

Example : https://www.veltotools.com/string/morse-code-translator?text=SOS

API

The same tool is available as a free JSON API, with the same parameters as above. No key, no sign-up.

GET https://www.veltotools.com/api/v1/string/morse-code-translator?text=SOS
$ curl "https://www.veltotools.com/api/v1/string/morse-code-translator?text=SOS"

Related tools