Morse code converter

Translate text into dots and dashes, decode Morse, and play the pattern in the browser.

Morse code converter

Morse code converter

Waiting for text
The result will appear here.
Mode
-
Characters
-
Skipped
-

Also available by API

Use JSON with a NOXUS API key. API billing uses separate USD balance.

The response includes structured values and downloadable content when useful.

POST /api/v1/tools/text-morse
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "direction": "encode",
  "text": "SOS NOXUS"
}

{
  "direction": "decode",
  "text": "... --- ... / -. --- -..- ..- ..."
}