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…
Creato da Christopher Atlan presso Leitmotif GmbH. Costruisce strumenti di confronto file dal 2020, e software da oltre 18 anni. diff.tools è un'idea: uno strumento dedicato per ogni formato, con risultati che puoi passare da uno strumento all'altro.
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.

