binary_convert
Encode text into binary format or decode binary strings back to readable text by specifying the mode and input.
Instructions
Convert text to binary or binary to text.
Parameters:
text — Text or binary string to convert.
mode — 'encode' (text->binary) or 'decode'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| mode | No | encode |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |