$hex = sprintf('%X', oct("0b$bin")); #### $hex = sprintf('%02X', ord($byte));