<!DOCTYPE html>
<html>
<body>

<?php
echo ord("S")."<br>";
echo ord("Shanghai")."<br>";
?>
  
</body>
</html>