Three encoding styles
Choose named entities, decimal numeric entities, or hexadecimal numeric entities.
Convert regular characters into HTML entities and decode entities for symbols and special characters.
Encode characters such as &, <, >, and quotes as named, decimal, or hexadecimal HTML entities, or decode common entities back to text. It is useful for HTML source escaping, rich text, attribute values, API responses, and email templates.
Choose named entities, decimal numeric entities, or hexadecimal numeric entities.
Encode Chinese, emoji, and other Unicode characters as numeric entities when non-ASCII mode is enabled.
Encoding and decoding happen in the browser, which is convenient for text you do not want to upload.
No. Decoding reads the entity result through a textarea value and does not insert it into an executable page or run scripts.
Named entities are easier to read, such as & and <. Numeric entities use character codes such as & or & and are more general for characters without a common name.
You may also need these file utilities
Convert special characters between raw HTML and safe display text with escape and unescape support.
Remove HTML tags and styles to extract only the plain text content from a webpage.
Edit HTML code with live preview, find and replace, copying, and download features.