Hex Viewer
View raw file contents in hexadecimal format with offset addressing, ASCII display, and navigation for large files.
Overview
The Hex Viewer displays file contents as hex bytes alongside their ASCII representation. Navigate large files using offset-based addressing with jump-to-offset support. Useful for inspecting file headers, verifying binary content, diagnosing corruption, or examining file signatures.
Features
Features include configurable bytes-per-row (8, 16, or 32), offset display in hex or decimal, text encoding selection (ASCII, UTF-8, UTF-16), search for hex patterns or text strings, and copy selected bytes to clipboard as hex or raw data.