morse_encode
Encode any text into Morse code with support for standard, visual, and binary output formats.
Instructions
Encode text to Morse code. Formats: standard (.-), visual (█▄), binary (10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode | |
| format | No | Output format | standard |