摩斯密码翻译器
将文字转为摩斯密码的点与划,或将摩斯密码实时解码回纯文字。
100% client-side · no upload
What is Morse code?
Morse code encodes letters and numbers as sequences of short and long signals (dots "." and dashes "−").
Letters within a word are separated by a single space; words are separated by / or
three spaces. This tool supports A–Z, 0–9, and common punctuation marks.
How to use
- To encode: type plain text and click Text → Morse.
- To decode: paste Morse code (e.g.
... --- ...) and click Morse → Text. - Word breaks use
/when encoding; use the same separator when decoding.
Related tools: Binary ↔ Text, ROT13, Caesar Cipher
常见问题
- What is Morse code?
- Morse code is a character-encoding scheme that represents letters and numbers as sequences of dots (short signals) and dashes (long signals), separated by spaces. It was developed by Samuel Morse and Alfred Vail in the 1830s for use with the electric telegraph.
- Does my data leave my device?
- No. All Morse code translation is pure JavaScript running entirely in your browser.
- Does it work on mobile?
- Yes. The tool works in any modern mobile browser and transforms text instantly as you type.
Last updated: By jarvisbox