← ツール一覧へ戻る

テキスト差分チェック

2つのテキストを比較し、追加・削除された行を確認できます。

Added Lines

 

Removed Lines

 

What is Text Diff Checker?

Text Diff Checker compares two blocks of text and highlights lines that were added, removed, or changed. It is useful for reviewing document edits, comparing config file versions, or spotting changes in copied content.

How to use

  1. Paste the original text into the left (Original) box.
  2. Paste the modified text into the right (Modified) box.
  3. Click Compare to see the diff. Added lines are highlighted in green, removed lines in red.

Notes

  • Comparison is line-by-line. Inline word-level diffing is not performed.
  • Empty lines count as lines and are included in the comparison.
  • The tool works entirely in your browser — text is not uploaded anywhere.

FAQ

Can I compare code files?
Yes. Paste the contents of any plain text or code file. The diff is line-based, which matches how most code review tools work.
Does it detect moved lines?
No. Lines that are moved to a different position are shown as a deletion in the old location and an addition in the new location.
Is the comparison case-sensitive?
Yes. "Hello" and "hello" are treated as different lines.

概要

2つのテキストを行単位で比較し、追加行・削除行をハイライト表示します。文書の改訂レビュー、設定ファイルの変更確認、コピー文の検証に便利です。

使い方

  1. 左の入力欄に元のテキストを貼り付けます。
  2. 右の入力欄に変更後のテキストを貼り付けます。
  3. 比較を実行し、ハイライトされた差分を確認します。

使用例

補足

よくある質問

単語単位の差分は表示できますか?
行単位の比較です。細かく見たい場合は長い段落を短い行に分割してから比較してください。
コードの比較にも使えますか?
使えます。コードや設定ファイルなど構造化テキストの比較に向いています。
入力データは送信されますか?
送信されません。ブラウザ内で比較します。

Embed this tool

Paste this iframe into any HTML page to embed テキスト差分チェック on your site:

関連ツール