Get your own PHP server Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<?php
$text = "\xE0";
echo utf8_encode($text) ."<br>";
echo utf8_decode($text);
?>
</body>
<!-- /php/phptryit.asp?filename=tryphp_func_xml_utf8_decode Thu, 06 Feb 2025 19:27:09 GMT -->
</html>