Online Morse Code Encoder / Decoder
摩斯密码摩斯电码编码解码电报码
Encode and decode standard ITU Morse code for A-Z, 0-9 and common punctuation. Spaces separate characters, slashes separate words, unknown characters are skipped, all processed locally.
输入
结果
All processing is done locally in your browser, no upload
How to Use
- Paste any valid JSON, supports nesting, arrays and escapes
- Click Beautify to auto indent and format
- Click Minify to remove whitespace into one line
- All operations run locally for privacy
Related Tools
FAQ
What is Morse code?
Morse code represents letters and digits with combinations of dots (.) and dashes (-), the classic telegraph encoding. This tool uses the standard ITU table.
How are characters and words separated?
In encoded output, characters are separated by spaces and words by " / ", e.g. SOS encodes to ... --- ... .
Does it support Chinese?
Standard Morse code has no Chinese. Undefined characters such as Chinese are skipped during encoding; only A-Z, 0-9 and common punctuation are converted.