PHP Source:
<!DOCTYPE html>
<html>
<body>

<?php
$str = "Hello";
echo md5($str);
?>
 
 
</body>
</html>
Result:
Show PHP - © www.w3ii.com