Arabic Morse code assigns a unique sequence of dots and dashes to each of the 28 letters of the Arabic alphabet, following the International Telecommunication Union recommendation for non-Latin telegraphy. This free tool encodes Arabic text into Morse and decodes Morse back into Arabic, instantly and entirely in your browser.
How it works
Encoding looks up each Arabic letter in a fixed table and replaces it with its dot-dash code. For example, alef maps to .-, baa to -..., and seen to .... Letters within a word are joined with single spaces, and words are separated by three spaces so the boundaries stay readable.
Decoding reverses the table: each space-separated code is matched back to its Arabic letter, and three-space (or slash) gaps become spaces between words. Any token without a known mapping is passed through unchanged so nothing is silently dropped.
Example and notes
The word سلام (peace) contains seen, lam, alef and meem. It encodes to:
... .-.. .- --
Several presentation forms — alef with hamza, alef madda, and alef with hamza below — share alef’s code .-, while taa marbuta reuses the code for taa. The bare hamza ء has its own short code .. The whole conversion is offline, so your text never leaves the page.