Developer Tools

Diff Checker

Compare two texts and highlight added, removed, and unchanged lines — free, no account

개발자 도구

Diff 체커

두 텍스트를 비교하고 추가·삭제·변경된 줄을 즉시 강조 표시 — 무료, 계정 불필요

Original 원본 0 lines
Changed 변경본 0 lines
Copied!
⚠ Input capped at 2,000 lines per side for performance. ⚠ 성능을 위해 각 입력은 최대 2,000줄로 제한됩니다.
Paste text in both panels and click Compare 양쪽 패널에 텍스트를 붙여넣고 비교하기를 클릭하세요 Differences will appear here 차이점이 여기에 표시됩니다

How to Use

Step 1

Paste original text

Paste your original or baseline text into the left "Original" panel.

Step 2

Paste changed text

Paste the modified version into the right "Changed" panel.

Step 3

Click Compare

Hit the Compare button. Added lines appear in green, removed lines in red.

Step 4

Switch views or copy

Toggle between Side by Side and Unified view, or copy the diff to clipboard.

사용 방법

Step 1

원본 텍스트 붙여넣기

왼쪽 "원본" 패널에 기준이 되는 원본 텍스트를 붙여넣으세요.

Step 2

변경본 붙여넣기

오른쪽 "변경본" 패널에 수정된 버전을 붙여넣으세요.

Step 3

비교하기 클릭

비교하기 버튼을 누르세요. 추가된 줄은 초록, 삭제된 줄은 빨간색으로 표시됩니다.

Step 4

뷰 전환 또는 복사

나란히 보기와 통합 보기를 전환하거나, diff를 클립보드에 복사하세요.

FAQ

A diff checker compares two pieces of text line by line and highlights what has been added, removed, or left unchanged. It's commonly used to review changes in code, documents, configuration files, or any text-based content.
Not yet — paste text directly into the panels. For most use cases (code, config, prose) this is the fastest workflow. File upload support may be added in a future update.
No. All processing happens entirely in your browser using JavaScript. Nothing is sent to any server. Your text never leaves your device.
Paste code from your editor into the Original panel, paste the updated version into the Changed panel, and click Compare. The diff is line-based, so it works with any programming language without any special configuration.
Side-by-side shows the original and changed text in two columns so you can read both simultaneously. Unified diff combines both into a single column, prefixing removed lines with − and added lines with +. Unified is the format used by git diff.

자주 묻는 질문

Diff 체커는 두 텍스트를 줄 단위로 비교하여 추가·삭제·유지된 내용을 강조 표시합니다. 코드, 문서, 설정 파일 등 텍스트 기반 콘텐츠의 변경 사항을 검토할 때 널리 사용됩니다.
현재는 패널에 직접 텍스트를 붙여넣는 방식만 지원합니다. 코드, 설정 파일, 문서 등 대부분의 경우 이 방식이 가장 빠릅니다. 파일 업로드는 향후 업데이트에서 추가될 수 있습니다.
아니요. 모든 처리는 JavaScript를 사용하여 브라우저 내에서만 이루어집니다. 서버로 전송되는 데이터는 없으며, 텍스트는 사용자의 기기를 벗어나지 않습니다.
에디터에서 원본 코드를 복사해 원본 패널에 붙여넣고, 수정된 코드를 변경본 패널에 붙여넣은 뒤 비교하기를 클릭하세요. 줄 단위 비교이므로 별도 설정 없이 모든 프로그래밍 언어에서 동작합니다.
나란히 보기는 원본과 변경본을 두 열로 나란히 표시하여 동시에 읽을 수 있습니다. 통합 보기는 하나의 열로 합쳐서 표시하며, 삭제된 줄은 −, 추가된 줄은 +로 표시합니다. 통합 보기는 git diff가 사용하는 형식입니다.