See Which Bytes Changed Between Two Files
TL;DR: Hex Compare is a free online tool that shows the byte-level differences between any two files — hex and ASCII side by side, insertions kept aligned, a change list to step through — right in your browser, no signup, nothing uploaded or transferred.For firmware, exports, save files — anywhere “binary files differ” isn't an answer.
Start Comparing Files…
Entwickelt von Christopher Atlan bei Leitmotif GmbH. Baut seit 2020 Werkzeuge zum Dateivergleich – und seit über 18 Jahren Software. diff.tools ist eine Idee: ein fokussiertes Tool pro Format, mit Ergebnissen, die Sie von einem Tool ans nächste weiterreichen können.
A quick tour
An insert is an insert
Most byte-by-byte tools fall apart the moment a file grows by a few bytes: everything after the insertion “differs.” Here the files are aligned by content — below, 12 inserted bytes show as one small insert, the offsets diverge, and every row after still lines up.

A change list, not a scavenger hunt
Every changed region is a card — offset range, the bytes before and after — and clicking one jumps straight there. Or type an offset. The unified view shows both files' offsets in one aligned grid, and the row width switches between 8, 16, and 32 bytes.

Big files stay smooth
The comparison runs in a background worker with live progress, and only the rows on screen are rendered — so multi-megabyte files scroll like small ones. Files that turn out to be completely unrelated degrade gracefully to a coarse alignment with an honest badge instead of a hung tab.

