두 텍스트를 비교하여 추가된 줄과 삭제된 줄을 즉시 브라우저에서 강조 표시합니다.
Diff 비교기 사용 방법
원본 텍스트를 왼쪽에, 변경된 텍스트를 오른쪽에 붙여넣으세요.
필요에 따라 대소문자 또는 공백 차이를 무시하도록 선택하세요.
줄별 diff를 확인하세요. 초록색은 추가, 빨간색은 삭제입니다.
This text diff checker compares two blocks of text and highlights exactly what changed: which lines were added, which were removed, and the specific words within a changed line. Green marks additions, red marks removals.
Because the comparison runs entirely in your browser, it is fast and private, suitable even for confidential documents and code that you would not want to paste into a server-side service.
It uses a longest-common-subsequence diff, the same core algorithm Git and most code-review tools use, so it reports the smallest, clearest set of changes rather than flagging everything after the first difference.
Options let you ignore case or whitespace, which is useful when the only real differences are meaningful ones and you do not want indentation changes or capitalization to clutter the result.
Line-based diffing works equally well for source code, configuration files, logs, JSON, and ordinary prose, so it is handy for comparing two versions of a contract, spotting what changed between two config files, or reviewing an edit to an article.
Paste the original on one side and the changed version on the other, toggle the options you need, and the differences appear immediately.
자주 묻는 질문
Git과 동일한 방식인 최장 공통 부분 수열 diff 알고리즘으로 두 텍스트를 줄 단위로 비교하여 최소한의 변경 집합을 보여줍니다.
아니요. 비교는 브라우저에서 완전히 실행되며 서버로 전송되는 것이 없습니다.
네. 줄 단위 diff는 소스 코드, 설정 파일, 로그, 산문 등 모두에 잘 작동합니다.
이 도구 임베드하기
이 도구를 직접 운영하는 웹사이트에 추가하세요. 아래 코드를 복사하면 자동으로 최신 상태로 유지됩니다.
<iframe src="https://monu.tools/embed/ko/diff-checker" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>관련 도구