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

  1. Paste plain text with special characters (like < or &) and click Encode.
  2. Or paste HTML-entity-encoded text and click Decode.
  3. Useful when embedding user-generated text safely inside HTML.