Diff Checker

Compare two texts side-by-side. Highlight differences line by line.

About text diff

Compare two plain-text inputs line by line with simple add/remove highlighting. Useful for configs, snippets, and log excerpts.

Why compare locally?

Quick diffing helps you review changes before commit, spot accidental edits, or verify two exports match—without uploading content to a server.

Key features

  • Side-by-side editors with a single compare action.
  • Line-based diff with clear visual cues.
  • Runs fully in the browser.
  • Works for any plain text, including code and config.

How to use

  1. Paste original text on the left and modified text on the right.
  2. Click Compare to generate the diff.
  3. Scan added and removed lines in the output panel.

Related Article

How to Fix Mojibake: Understanding Text Encodings

Why text turns unreadable after an encoding mismatch, and which debugging steps are most useful first.