Hex Viewer
View the raw bytes of any file as a hex and ASCII dump.
Runs in your browserAbout this tool
Most files are opaque once you're below the level of whatever app normally opens them — a text editor shows text, an image viewer shows pixels, but neither shows you the actual bytes making up the file. This tool displays any file's raw contents as a hex and ASCII dump, letting you inspect a file's structure directly, which is useful for debugging file format issues, verifying a file header, or just understanding what's actually inside a file at the byte level.

