テキスト比較ツール(Diff)
2つのテキストブロックを行ごとに比較します。追加、削除、変更のない行を色分けして視覚的に表示します。
このツールの使い方
- 1
Paste or type the original version into the left textarea labeled Original.
- 2
Paste or type the changed version into the right textarea labeled Modified.
- 3
Read the result panel below: lines prefixed with a minus and shown in red were removed, lines prefixed with a plus and shown in green were added, and lines prefixed with an equals sign are unchanged.
- 4
Edit either box to refine your input; the diff recomputes instantly as you type.
テキスト比較ツール(Diff)とは何ですか?
差分(diff)ツールは、テキストの2つのバージョンを比較し、何が変わったかを強調表示します。設定ファイル、契約書、コードレビュー、あるいは任意の文書の2つのバージョンを比較するのに役立ちます。このツールは完全にあなたのブラウザ内で実行され、データは一切アップロードされません。
よくある活用例
Spot which keys changed between two versions of a .env or config file pasted side by side.
Compare two revisions of a short paragraph or email draft before sending the edited version.
Check what a teammate altered in a snippet they pasted into chat versus your local copy.
Verify that a find-and-replace did exactly what you intended across a block of text.
Review line-level differences between two SQL queries or log excerpts of similar length.
Confirm two lists (allowlists, redirect rules, CSV rows) are identical or see exactly where they diverge.
よくある質問
単語単位の比較はできますか?▼
関連ツール
JWTデコーダー
JSON Web Token(JWT)を瞬時にデコードします。お使いのブラウザ内で実行されるため、トークンがデバイスの外に出ることはなく、本番環境のシークレットでも安全に利用できます。
JSONフォーマッター&バリデーター
JSONをオンラインで整形、検証、minify(圧縮)します。すべてお使いのブラウザ内で動作するため、データがデバイスから外に出ることはありません。
XMLフォーマッター
XMLドキュメントを整形して読みやすくします。SOAP、サイトマップ、RSSフィード、設定ファイルに役立ちます。
Base64エンコーダー&デコーダー
文字列をBase64にエンコードしたり、Base64をテキストにデコードしたりします。あなたのプライバシーを尊重し、すべてブラウザ内で実行されます。
URLエンコーダー&デコーダー
テキストをURLセーフなエンコード(パーセントエンコーディング)に変換したり、その逆を行ったりします。クエリ文字列、リダイレクト、OAuthフローに役立ちます。
HTMLエンティティエンコーダー&デコーダー
特殊文字をHTMLエンティティ(&、<など)に変換したり、その逆を行ったりします。テキストを安全にHTMLへ埋め込むのに役立ちます。