使用国际标准,将文本翻译为摩尔斯电码,也可将摩尔斯电码翻译回文本。
如何使用 摩尔斯电码
选择是编码文本还是解码摩尔斯。
输入或粘贴你的文本或摩尔斯电码。
复制结果,或使用交换将其翻译回去。
This Morse code translator converts text to Morse and Morse back to text, using the international (ITU) standard, with a one-tap swap to switch direction.
Morse code represents each letter and digit as a sequence of dots and dashes. It was the backbone of early telegraph and radio communication and is still used in aviation, amateur radio and as an accessible signaling method.
The most famous sequence, SOS, is three dots, three dashes, three dots. Morse has no upper and lower case, so encoding gives the same result however you type, and decoded text is shown in lower case.
In the output, letters are separated by a single space and words by a slash. When decoding, the tool is forgiving and also accepts a larger gap between words, so pasted Morse from different sources still works.
It supports all letters, digits and the common punctuation of the international standard. Characters that have no Morse representation are simply skipped rather than producing an error.
It is handy for learning Morse, solving puzzles or decoding a message, and runs entirely in your browser.
常见问题
字母之间用单个空格分隔,单词之间用斜杠分隔。解码时,工具也接受单词之间较大的间隔。
国际摩尔斯标准中的所有字母、数字和常见标点。没有摩尔斯表示的字符会被跳过。
不区分。摩尔斯电码没有大小写之分,因此无论你如何输入,编码输出都相同,解码文本以小写显示。
嵌入此工具
将此工具添加到你自己的网站。复制下方代码片段即可,它会自动保持最新。
<iframe src="https://monu.tools/embed/zh/morse-code-translator" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>相关工具
将 Markdown 转为 HTML,也可将 HTML 转回 Markdown,并提供实时预览。双向均可。
完全在浏览器中提取 PDF 的文本并以 Markdown 形式获取。你的文件永不上传。
在浏览器中将 Word .docx 文档转换为整洁的 Markdown,保留标题、列表和格式。
在 UPPERCASE、lowercase、Title、Sentence、camelCase、PascalCase、snake_case、kebab-case、CONSTANT_CASE 和 dot.case 之间转换文本。