convert_text_to_binary
Encode text to binary or decode binary back to text. Specify the operation to switch between encoding and decoding.
Instructions
Convert text to binary and vice versa
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | Text to convert to binary, or binary to convert to text | |
| operation | Yes | Operation: encode text to binary or decode binary to text |