<!DOCTYPE html>
<html>
<body>
<?php
$str = "Shanghai";
echo convert_uuencode($str);
?>
</body>
</html>