Skip to content
QKQuickKit日本語
EncodingLOCALRuns in your browser

Hex Dump Viewer

Render UTF-8 text as a canonical hex dump with offsets and an ASCII gutter, or recover text from a pasted dump.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Output

How it works

Encoding shows offset, hex bytes, and a printable-ASCII gutter (bytes outside 0x20–0x7E shown as "."), the same layout as `hexdump -C`. Decoding accepts output from `hexdump -C`, `xxd`, `od -A x -t x1z`, or a plain run of hex digits; the offset column and ASCII gutter are stripped automatically. Text is treated as UTF-8.