Compare two texts or files with line, word, or character granularity — and catch the invisible characters that make files look identical but be different. All in your browser, nothing uploaded.
The classic Myers diff algorithm, with a hidden-character scanner on top.
A Myers shortest-edit-script algorithm aligns the two versions, finding the minimal set of changes — the same algorithm family git uses.
Line for code, word for prose, character for byte-level forensics. Changed lines get a second inline pass so you see the exact words that moved.
A code-point scanner flags zero-width spaces, BOMs, no-break spaces, and mixed CRLF/LF endings — the classic 'files look identical but aren't' trap.
Headers are just text — and invisible characters can break parsing. See how security checks work.
Read guide Log File AnalyzerDiff old and new configs, compare log formats, and spot what changed between deploys.
Read guideLine, word, and character diffs with a hidden-character scanner. Nothing uploaded, ever.
Compare Text Now