HTML Entity Encoder/Decoder

Input

Output

About HTML Entities

HTML entities are special characters that are represented using character references. They are used when:

  • The character is reserved in HTML (like < and >)
  • The character is difficult to type on a keyboard
  • The character is not part of the character encoding of the document

Common examples:

  • < becomes &lt;
  • > becomes &gt;
  • & becomes &amp;
  • " becomes &quot;
  • ' becomes &apos;

Need a Fullstack Developer?

I'm available for freelance projects. Specialized in React, Next.js, and Node.js. Let's build something amazing together!

Stay Updated

Get notified about new tools, tutorials, and freelance availability.