devcrate / Encoding / HTML Entity Encoder/Decoder
Encoding
HTML entities, both ways.
Encode characters like <, >, and & into safe HTML entities, or decode entity-encoded text back to plain characters.
runs entirely in your browser — nothing is uploaded
ad slot · 336x280 in-content
How to use the html entity encoder/decoder
- Paste plain text with special characters (like < or &) and click Encode.
- Or paste HTML-entity-encoded text and click Decode.
- Useful when embedding user-generated text safely inside HTML.