Side-by-Side Text Diff
Compare two texts in two columns, highlighting added, removed and modified lines. Visual diff based on a simplified Myers algorithm.
Line-level diff in two columns
Two versions of the same contract, the same .env file or the same landing page copy, and the question is always what changed. Paste one version into each box and the comparison shows up below in two aligned columns. Red is a line that exists only in text A, green is a line that exists only in B, and grey is filler that keeps both columns at the same height.
Matching works on whole lines and uses the longest common subsequence between the two lists of lines. The side effect that confuses people: there is no modified state. A line you edited shows up as a red line on one side and a green line on the other, at different heights, because to the algorithm they are two different lines. Matching is literal too, so one trailing space or a changed indent already counts as a change.
Cost grows with the product of the two line counts, so think dozens or a few hundred lines. Pasting two five-thousand-line logs will freeze the tab. Very long lines wrap and knock the neighbouring column out of alignment, so zoom out or shorten them first. There is no file upload, no copy button and no ignore-whitespace option. On the other hand nothing leaves the browser: the text is never sent to a server.
Frequently asked questions
Does it ignore whitespace differences?
Can I compare two files?
Does my text reach a server?
Related Tools
GEDCOM Reader
Read GEDCOM (genealogy) files and list individuals (INDI) with name, birth and death dates.
Diceware Passphrase Generator
Generate secure Diceware passphrases: N random words joined by hyphen.
Base58 Bitcoin Encoder
Encodes and decodes bytes in Base58 using the Bitcoin alphabet (no 0, O, I, l).
Number Formatter
Format numbers with thousand separators, decimal places and currency symbols for BR (Real), US (Dollar) and EU (Euro) standards. Supports percentage.
Sepia Effect
Apply the classic sepia (vintage photo) effect to any image directly in the browser. Download the result as PNG.
Brazilian Bank Code Lookup
Look up the COMPE/ISPB code of major Brazilian banks. Search by name or code and find the official number for TED, DOC and PIX.