hex_dump
Convert text into a structured hex dump showing offset, hexadecimal bytes, and corresponding ASCII characters.
Instructions
Display a hex dump of text with offset, hex bytes, and ASCII representation.
Parameters:
text — Text to create hex dump of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |