HTML Entity Encoder / Decoder
Escape special characters for safe HTML display, or decode entities back to plain text.
Result will appear here.
How it works
Encodes characters that have special meaning in HTML (like < and &) into entities, and decodes them back — essential when displaying code inside a web page.