Drop any file here
binary, executable, image, anything — opened locally, never uploaded · handles very large files
View and edit binary files in your browser — hex, decimal or binary, vim-style.
Your files never leave your browser — all processing is local.
Drop any file here
binary, executable, image, anything — opened locally, never uploaded · handles very large files
This online hex editor opens any file and shows it the classic way — an offset column, the bytes, and a synced ASCII column — on a dark, focused editing screen. Switch the byte display between hexadecimal, decimal and binary, adjust how many bytes show per row, and read any value straight out of the data inspector, which decodes the bytes at the cursor as every common integer and float type in both endiannesses.
It's built to handle large files: bytes are streamed from disk in small chunks as you scroll, and edits live in a sparse overlay so nothing is copied until you export. Navigation and editing are vim-style — hjkl to move, i to edit, : to jump to an offset — and it all runs locally, so your file is never uploaded.