Morse code is a method used in telecommunication to encode text characters as standardized sequences of two different signal durations, called dots and dashes or dits and dahs. Morse code is named after Samuel Morse, an inventor of the telegraph. ... The duration of a dash is three times the duration of a dot.
morsecodeed is a simple web application created in javascript. Uaing this application we can esily encode plain text into morse code and decode morse code to plain text ...
- Encode plain text to morse code.
- Decode morse code to plain text.
@Amit Barman