Convert HTML entities back to their original characters. Paste your encoded HTML (like <div>) and get the decoded version (<div>).
HTML encoding converts special characters to HTML entities to prevent them from being interpreted as HTML code. This tool reverses that process by converting HTML entities back to their original characters.
<
= <
(less than)>
= >
(greater than)&
= &
(ampersand)"
= "
(double quote)'
= '
(single quote)