What is an HTML Entity Encoder/Decoder?
An HTML entity encoder/decoder is a free online tool for converting between characters and HTML entities. It encodes special characters as entities for safe display in HTML, or decodes entities back into their original characters. All processing happens in the browser.
How to encode HTML entities
Paste your text into the input field. Select the encode mode. The tool converts characters such as <, >, &, " and ' into HTML entities.
How to decode HTML entities
Paste text containing HTML entities into the input field. Select the decode mode. The tool converts entities such as <, > and & back into their original characters.
Common HTML entities
- < - Less-than sign (<)
- > - Greater-than sign (>)
- & - Ampersand (&)
- " - Double quote (")
- ' - Single quote (')
- - Non-breaking space