Hex Dump Viewer & Editor (with Data Inspector)
Display binary data as a classic hex dump (offset | hex bytes | ASCII gutter) with in-place editing, byte insert/delete with undo, search by hex bytes / ASCII text / regex, goto offset, multi-format display (hex / decimal / binary / octal), a data inspector decoding int8/16/32/64 (signed & unsigned), float32/64, LEB128, and strings (ASCII / UTF-8 / UTF-16) at the cursor in both endiannesses, and file import via ArrayBuffer. 100% client-side, nothing uploaded.
Display binary data as a classic hex dump (offset | hex bytes | ASCII gutter) with in-place editing, byte insert/delete with undo, search by hex bytes / ASCII text / regex, goto offset, multi-format display (hex / decimal / binary / octal), a data inspector decoding int8/16/32/64 (signed & unsigned), float32/64, LEB128, and strings (ASCII / UTF-8 / UTF-16) at the cursor in both endiannesses, and file import via ArrayBuffer. 100% client-side, nothing uploaded. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.