Text Diff Checker
Compare two versions of any text and instantly see what changed. Choose line-level or word-level granularity, with color-coded additions and deletions. Perfect for reviewing edits, configs and code changes.
Paste the original in the left panel and the modified version on the right. The diff engine computes additions and deletions in place, with a unified combined view you can copy.
Compare two texts
Line-level colours whole added/removed lines; word-level highlights just the changed tokens inside each changed block. Your texts never leave this tab.
Frequently asked questions
What do the colors mean?
Green highlights text that was added in the right input; red shows text that was removed relative to the original.
Can I see this as a git-style unified diff?
Yes — the combined view prints '-' and '+' prefixed lines exactly like git diff, and you can copy it directly.