<!DOCTYPE html>
<html>
<body>

<?php
$hex = "E196";
echo base_convert($hex,16,8);
?>


</body>
</html>