Hex Dump Viewer
Display text as a hex dump with offset, hex bytes, and ASCII columns. Configurable bytes per line (8, 16, 32).
How to Use Hex Dump Viewer
The Hex Dump Viewer displays your text in the classic hex dump format used by tools like xxd and hexdump. It shows three columns: the byte offset (in hexadecimal), the hex representation of each byte, and the printable ASCII characters. Non-printable characters are shown as dots. Configure the number of bytes per line (8, 16, or 32) to match your preferred viewing width. This tool is essential for debugging encoding issues, inspecting binary data, analyzing file contents, and understanding how text is stored at the byte level. All processing happens in your browser.
Step-by-Step Instructions
- Enter or paste text into the input area
- Select bytes per line (8, 16, or 32)
- Click Generate Hex Dump to view the output
- Copy the hex dump using the copy button
Related Tools
JSON Formatter and Validator
Format, validate, and pretty-print JSON with syntax highlighting.
Base64 Encoder and Decoder
Encode text to Base64 or decode Base64 strings back to plain text.
URL Encoder and Decoder
Encode special characters for URLs or decode percent-encoded strings.
HTML Entity Encoder and Decoder
Encode special characters as HTML entities or decode them back.