Show Output
Convert Binary Digits to Hexadecimal in PHP
"; // Prints: 3131313130303130 echo dechex(bindec($binary)); // Prints: f2 ?>