ตัวเข้ารหัส / ตัวถอดรหัส HTML

แปลงอักขระเป็นเอนทิตี HTML และย้อนกลับได้ในคลิกเดียว

เครื่องมือนี้คืออะไร?

HTML encoding swaps dangerous characters for entity references so browsers render literals instead of interpreting tags. Technical writers illustrating code samples and engineers composing dynamic templates both benefit from lightning conversions.

วิธีใช้

Paste markup or mixed content. Escape converts < > & " '; Unescape performs the inverse on common entities.

ประโยชน์

คำถามที่พบบ่อย

Does it sanitize servers?

No — always validate on the server too; this page is a typing aid only.