日本語

Compare two texts or documents

Drop two versions of a document and see exactly what changed. Word files are read as text, so you can compare two revisions of a contract without a Word licence.

Loading the tool…

How it works

  1. Drop or paste the original and the changed version.
  2. Choose the granularity: line, word, sentence or character.
  3. Compare, and export a .patch if you need one.

Why nothing is uploaded

Every operation on this page is done by code running inside your browser tab, using the same engine that renders web pages. The file is read from disk into your tab’s memory, transformed there, and written back out as a download. It is never sent anywhere — not to us, not to a third party.

Verify it yourself

  1. Open your browser’s developer tools (F12) and select the Network tab.
  2. Load your file and run the tool.
  3. The only requests you will see are the tool’s own code and, once cached, none at all.

Proof it stays local →

Frequently asked questions

Can I compare two Word documents?

Yes. Both files are read with Mammoth and compared as text, so wording, order and structure are compared — formatting is not. For a contract revision, that is usually the comparison you actually want.

Which granularity should I use?

Line for code and structured text. Word or sentence for prose, where a line diff marks a whole paragraph as changed because of one word. Character is for tracking down an invisible difference such as a non-breaking space.

Are my documents uploaded?

No — and this is a tool where that matters: comparing two versions of a contract on a random website means handing over both. Here the comparison runs in the tab.