$str = 'I Love U';

echo ascii2hex($str); // 49204C6F76652055
echo hex2ascii(ascii2hex($str)); // I Love U