Display the drop-down list

convert_cyr_string()

« constant | convert_uudecode »
<?php
$string 
convert_cyr_string (
    
// string $str
    
?// string $from
    
?  // string $to
);

// shows the result in hexadecimal
$hex bin2hex($string);
?>
Result
$string = 'p'
$hex = '70bf'
Examples
#1 convert_cyr_string  ("\x70\xF0",
 
"k",
 
"i")
See also
bin2hex