Exibir a lista drop-down

utf8_decode()

« usort | utf8_encode »
<?php
$string 
utf8_decode (
    
  // string $data
);

// shows the result in hexadecimal
$hex bin2hex($string);
?>
resultado
$string = ''
$hex = 'e0'
Exemplos
#1 utf8_decode  ("à")
Veja também
bin2hex, iconv, utf8_encode