convert_text_to_binary
Convert text to binary code or decode binary back to readable text for data processing, encoding, or debugging tasks.
Instructions
Convert text to binary and vice versa
Input Schema
TableJSON 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 |