— HTML Entity Decoder

HTML Entity Decoder

Quick Tips

  • This tool runs entirely in your browser - your data stays private.
  • Press Ctrl+V (Cmd+V on Mac) to quickly paste text.
  • Use the Copy button to save your result to clipboard.
  • Bookmark this page for quick access!

Decode HTML entities like & and < to regular characters.

Examples

Input
&
Output
&
Input
<div>
Output
<div>
Input
&amp;quot;Hello&amp;quot;
Output
"Hello"
Input
caf&amp;eacute;
Output
cafe
Input
&amp;#169; 2024
Output
(c) 2024

Frequently Asked Questions

HTML entities are special codes that represent characters in HTML. They start with & and end with ;. For example, &amp;amp; represents &, &amp;lt; represents <, and &amp;nbsp; represents a non-breaking space. They're used for characters that have special meaning in HTML or can't be easily typed.

This usually happens when text has been HTML-encoded for safe display in web pages. When you copy text from a webpage source or receive it from an API, entities may need decoding. Use this tool to convert them back to readable characters.

Double encoding occurs when already-encoded text gets encoded again. The & in &amp;amp; becomes &amp;amp;amp;. This creates garbled text that needs multiple decoding passes. Our tool can handle multiple encoding layers to reach the original text.

No, they're different systems. HTML entities use &name; or &#number; format for HTML display. URL encoding uses %XX format (like %20 for space) for URLs. Each has its own purpose and decoder. Our HTML decode tool specifically handles HTML entities.

Yes, the tool decodes both named entities (like &amp;amp;) and numeric entities in decimal (&#39;) or hexadecimal (&#x27;) format. All represent characters using different notation systems, and all are converted to their actual character values.

Cookie Preferences

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.

Cookie Preferences

Manage your cookie settings

Essential Cookies
Always Active

These cookies are necessary for the website to function and cannot be switched off. They are usually set in response to actions made by you such as setting your privacy preferences or logging in.

Functional Cookies

These cookies enable enhanced functionality and personalization, such as remembering your preferences, theme settings, and form data.

Analytics Cookies

These cookies allow us to count visits and traffic sources so we can measure and improve site performance. All data is aggregated and anonymous.

Google Analytics _ga, _gid

Learn more about our Cookie Policy