Use HTML Entity Encoder / Decoder - free
Frequently asked questions
Why would I need to encode HTML entities?
To safely display special characters or reserved HTML characters as literal text in a web page without them being interpreted as HTML markup.
What encoding format is used?
Numeric character references, which are universally supported across all browsers and HTML versions.
Can it decode named entities?
Yes, the decoder handles both named entities and numeric entities.