Run »
Result Size:
625 x 571
<!DOCTYPE html> <html> <body> <?php $text = "\xE0"; echo utf8_encode($text); ?> </body> </html>
x
<!DOCTYPE html>
<
html
>
<
body
>
<?php
$text
=
"\xE0"
;
echo
utf8_encode
(
$text
);
?>
<
/body
>
<
/html
>