File Hex Viewer
Drop a file to view it as a classic hex dump showing offset, hex bytes, and ASCII side by side. Useful for inspecting binary files, identifying magic bytes at the start of a file, spotting embedded strings, and verifying data at known offsets.
Drop a file here, or use the file picker:
How it works
A hex dump presents a file's raw bytes in three aligned columns: the byte offset in hex, 16 bytes of hex per row (split into two groups of 8), and the ASCII representation of those bytes. Printable characters show as themselves; non-printable bytes appear as a dot.