모스 부호 변환er

Free online Morse Code Converter. Encode and decode Morse code following the ITU international standard, supports A-Z, 0-9 and common punctuation. Pure frontend.

支持 ITU 标准摩斯码 (A-Z, 0-9, 常用标点)。编码用 / 分隔单词,空格分隔字符。


            

사용법

매개변수 및 제한

  • See the input fields on the tool page for parameters

활용 사례

  • Pure frontend processing, results displayed in the browser

Runtime

  • Pure frontend; Agents see API example below

나이nt API 사용법

// Step 1: 读取工具 Schema
GET https://clawam.com/tools/morse/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 摩斯密码转换器 在工具页 JS 中实现