Binary File Viewer

Upload any binary file to view its contents in hexadecimal format with ASCII representation. Perfect for analyzing file structure, debugging, or understanding binary data.

Upload File

Select any file (e.g., .txt, .exe, .jpg) to view its hexadecimal representation, or drag and drop it onto this section.

No file selected

Hex Dump

0 bytes | 0 rows
Offset Equivalent Hex Characters Equivalent ASCII Characters
+0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +a +b +c +d +e +f

About Hex Dumps

A hex dump displays the binary content of a file in hexadecimal format, making it easier for developers and analysts to inspect file structures and raw data.

Reading Tips

Each row shows 16 bytes. The offset shows the position in the file. Hover over any hex or ASCII value to highlight its corresponding character.

Supported Files

This tool works with any file type and loads large files in chunks. More data loads automatically as you scroll. All processing happens locally for your privacy and security.