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