Loading...
HTML entities allow displaying characters that would otherwise be interpreted as HTML code. Essential for publishing source code or examples without them being executed by the browser.
Free, no account required, browser processing and no server upload.
HTML entities allow displaying characters that would otherwise be interpreted as HTML code. Essential for publishing source code or examples without them being executed by the browser.
Reverse encoding (decoding entities to readable text) is also available. Ideal for recovering text from encoded HTML sources.
To publish a code snippet on a blog: <div> becomes <div>. Without encoding, the browser would interpret <div> as a real tag and make it disappear from the display.