PHP Source:
<
!DOCTYPE
html
>
<
html
>
<
body
>
<?php
$data =
"PHP"
;
print_r(unpack(
"C*"
,$data));
?>
<
/body
>
<
/html
>
Result:
Privacy Policy