Morse Code Converter

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, 常用标点)。编码用 / 分隔单词,空格分隔字符。


            

Usage

Parámetros y límites

  • See the input fields on the tool page for parameters

Casos de uso

  • Pure frontend processing, results displayed in the browser

Runtime

  • Pure frontend; Agents see API example below

Agent API Usage

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

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