Online Morse Encoder & Decoder
Morse code is a method of transmitting text information as a series of on-off tones, lights, or clicks that can be directly understood by a skilled listener or observer without special equipment. The International Morse Code encodes the ISO basic Latin alphabet, some extra Latin letters, the Arabic numerals and a small set of punctuation and procedural signals (prosigns) as standardized sequences of short and long signals called "dots" and "dashes", or "dits" and "dahs", as in amateur radio practice. Because many non-English natural languages use more than the 26 Roman letters, extensions to the Morse alphabet exist for those languages.
Each Morse code symbol represents either a text character (letter or numeral) or a prosign and is represented by a unique sequence of dots and dashes. The duration of a dash is three times the duration of a dot. Each dot or dash is followed by a short silence, equal to the dot duration. The letters of a word are separated by a space equal to three dots (one dash), and the words are separated by a space equal to seven dots. The dot duration is the basic unit of time measurement in code transmission. To increase the speed of the communication, the code was designed so that the length of each character in Morse varies approximately inversely to its frequency of occurrence in English. Thus the most common letter in English, the letter "E", has the shortest code, a single dot. (source wikipedia)
Scripts are in pure javascript to prevent encoded/decoded string storing which could be seen by server administrator.
Each Morse code symbol represents either a text character (letter or numeral) or a prosign and is represented by a unique sequence of dots and dashes. The duration of a dash is three times the duration of a dot. Each dot or dash is followed by a short silence, equal to the dot duration. The letters of a word are separated by a space equal to three dots (one dash), and the words are separated by a space equal to seven dots. The dot duration is the basic unit of time measurement in code transmission. To increase the speed of the communication, the code was designed so that the length of each character in Morse varies approximately inversely to its frequency of occurrence in English. Thus the most common letter in English, the letter "E", has the shortest code, a single dot. (source wikipedia)
Scripts are in pure javascript to prevent encoded/decoded string storing which could be seen by server administrator.
-
1. Select in tab encode or decode :
If you want to encode or decode a morse code select the corresponding tab -
2. Copy your string :
Copy your string to "string to decode/encode" area -
3. Start the process :
Click on the "decode/encode" button to start encoding/decoding process -
4. Result :
You can use the "copy result to clipbord" button to copy result -
Note :
the character minus "-" is used for long duration and the character point "." for short duration
you can change this options if needed
string between [] in the results are the not recognized code/decode stuff
Decode
Encode