HTML Entity Encoder/Decoder

Convert text to HTML entities and decode HTML entities back to text.

Input: 0 characters
Output: 0 characters

Common HTML Entities

Common EntitiesHTML Common Entities名称
&&Ampersand
<&lt;Less Than
>&gt;Greater Than
"&quot;Double Quote
'&apos;Single Quote
¢&cent;Cent
£&pound;Pound
¥&yen;Yen
&euro;Euro
©&copy;Copyright
®&reg;Registered Trademark
&trade;Trademark

Information

HTML Entity Encoder/Decoder converts special characters to their corresponding HTML entities and vice versa. This is useful for web developers who need to ensure special characters display correctly on web pages or when working with HTML content.

How to Use

  1. Enter text in the input field to encode it to HTML entities
  2. Or paste HTML entities and select decode mode to get the original text
  3. Use the common entities table for reference

Note: HTML entity encoding helps prevent XSS (Cross-Site Scripting) attacks by properly escaping special characters.

Frequently Asked Questions