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

  1. Enter or paste text into the input area
  2. Select bytes per line (8, 16, or 32)
  3. Click Generate Hex Dump to view the output
  4. Copy the hex dump using the copy button

Related Tools

More Free Tools