encode_decode
Convert text between Base64, URL, HTML, hex, and binary formats. Automatically detect the encoding format of any input.
Instructions
Encode or decode text using Base64, URL encoding, HTML entities, hex, or binary. Can also auto-detect the encoding format of input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to encode, decode, or detect | |
| action | Yes | Encoding/decoding action to perform |