String Indexes:
<?php
    $string 
"网页搜索";
    
// bytes are: E7 BD 91  E9 A1 B5  E6 90 9C  E7 B4 A2
    
    
echo $string[1];
?>
Output