HTML Entity Encoder / Decoder
Encode plain text as HTML entities or decode HTML entities back to plain text in your browser.
Basic named mode escapes the HTML-sensitive characters &, <, >, double quotes, and apostrophes while preserving the rest of the text as-is.
Named and numeric entities can decode to the same character, so round trips are not always lossless. For example, © and © both decode to the same symbol.