# Text Diff Checker

> Compare two texts and highlight exactly what was added and removed.

To compare two texts, paste the original on the left and the changed version on the right. Additions are highlighted in green and removals in red, and you can compare by line, word or character depending on how fine-grained you need the diff.

**URL:** https://convertto.tech/t/diff-checker
**Category:** Developer Tools (https://convertto.tech/c/developer-tools)
**Privacy:** Runs entirely in the browser; no upload
**Cost:** Free, no sign-up
**Last updated:** 2026-08-01

## Key facts

- **Privacy:** Runs entirely in your browser — nothing is uploaded
- **Cost:** Free, unlimited, no sign-up

## How to use

1. Enter or paste your original.
2. Enter or paste your changed.
3. Choose the compare by.
4. The result appears immediately — copy or download it.

## FAQ

### Why does my diff show a whole line changed for one character?

Because line-based diffing is the default — a line either matches or it does not. Word or character diffing shows the precise change, at the cost of being noisier on large edits.

## Related tools

- [Compare Two PDFs](https://convertto.tech/t/compare-pdfs): See two versions side by side, overlaid or wiped between — with every changed area outlined.
- [Unified Diff & Patch Generator](https://convertto.tech/t/diff-to-patch): Produce a unified diff between two texts that git apply and patch can consume.
- [.gitignore Generator](https://convertto.tech/t/gitignore-generator): Build a .gitignore file for your stack, with the entries people usually forget.
- [JSON Diff](https://convertto.tech/t/json-diff): Compare two JSON documents and see exactly which keys were added, removed or changed.
- [String Escaper & Unescaper](https://convertto.tech/t/string-escaper): Escape strings for JSON, JavaScript, CSV, SQL, XML or shell — and unescape them again.
- [Naming Convention Converter](https://convertto.tech/t/case-detector): Convert an identifier between every common naming convention at once.
- [Cron Expression Parser](https://convertto.tech/t/cron-expression-generator): Translate a cron expression into plain English and see when it will next run.
- [Content Security Policy Generator](https://convertto.tech/t/csp-generator): Build a CSP header from common presets, with each directive explained.
- [AI Text Summarizer](https://convertto.tech/t/ai-text-summarizer): Condense an article into a few sentences with a summarisation model running locally — nothing uploaded, no limit.
