HTML Decode
Enter the encoded html code to decode
On this page
What is Html Decode tool?
This tool helps you to decode html online. You just need to enter the encoded html code, then the tool will support decode them. In addition, the tool supports decode html function in php, javascript and some other programming languages
HTML Decode in Php
html_entity_decode — Convert HTML entities to their corresponding characters html_entity_decode() is the opposite of htmlentities() in that it converts HTML entities in the string to their corresponding characters.
html_entity_decode ( string $string , int $flags = ENT_COMPAT , string|null $encoding = null ) : string