テキスト差分チェッカー
Paste two versions of a text below to instantly see which lines were added, removed, or left unchanged between them.
Original text (A)
Changed text (B)
Differences
レビュー
How to compare two texts
- Paste the original text into box A and the changed text into box B.
- The comparison updates instantly, marking each line as added, removed, or unchanged.
- Check the summary counts for a quick overview of how much changed.
When a diff checker is useful
Comparing two versions of a document, contract, or article by eye is slow and easy to get wrong once more than a few lines have changed. A diff checker is the same idea used by version-control systems like Git — it lines up matching content and highlights exactly what was inserted or deleted, making it easy to review edits, track changes between drafts, or confirm that only the intended lines were modified.
As a general-purpose text comparison tool, it works just as well for spotting the differences between two contract drafts, two essay revisions, or any pair of text files where you need to find what changed without reading both copies line by line.
よくある質問
Is this text diff checker really free, with no sign-up?+
はい。このツールは、ブラウザ上でJavaScriptのみを使用して動作します。アカウントもAPIキーも不要で、利用回数に制限はありません。
私のテキストはどこかにアップロードされますか?+
No. Both texts are compared locally on your device. Nothing is sent to a server, stored, or logged.
How does the comparison work?+
The tool compares the two texts line by line using a longest-common-subsequence algorithm, the same general approach used by most version-control diff tools, and marks each line as added, removed, or unchanged.
Does it compare individual words, or whole lines?+
This checker compares at the line level. If a line has even a small change, the whole line is marked as changed rather than highlighting the specific word that differs.
Is the comparison case-sensitive?+
Yes, by default two lines that differ only in capitalization are treated as different lines.
Tools for Text Analysis
このチェッカーの仕組み
Your two texts are compared live with JavaScript using a longest-common-subsequence algorithm, the same general approach used by most version-control diff tools — nothing you paste is uploaded to a server or stored anywhere.
最終更新日:2026年8月28日。
ツールボックスには他にもツールがあります
ホームページには、さらに9つの無料のAPIキー不要ツールが掲載されています。