binary_convert
Convert text to binary or decode binary to text. Select encode or decode mode for translation between human-readable text and binary representation.
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 |