Skip to content

인코더 및 암호

HTML 엔티티 인코딩/디코딩

무료 HTML 엔티티 인코더 및 디코더. &, <, > 및 이름/숫자 참조를 인코딩하거나 텍스트로 다시 디코딩합니다. 브라우저에서 실행됩니다.

Runs in your browser
Input
Output

편집자 노트

Understanding · The four characters HTML can't ignore.

이 심층 챕터는 현재 영어로만 제공됩니다. 위의 변환 도구는 귀하의 언어로 작동하지만, 긴 설명 글은 아직 번역되지 않았습니다.

자주 묻는 질문

Quick answers.

Why do I need to escape HTML?

To prevent special characters from being interpreted as HTML tags. < becomes &lt; so the browser shows the character instead of opening a tag.

What characters need escaping?

At minimum: < > & " '. For maximum safety, escape every non-ASCII character to numeric entities like &#x1F600;.

Is my input uploaded?

No — runs entirely in your browser.

Does it handle named entities like &copy;?

Yes — both named (&copy;) and numeric (&#169; or &#xA9;) entities are decoded correctly.

Is the tool free?

Yes — fully free, no signup.

사람들이 다음도 검색합니다.

Use with

What people reach for next.

관련 도구

More in this room.

모두 보기 인코더 및 암호