Convert a series of bytes to the corresponding hex string with 0x prefix.
Convert a series of bytes to the corresponding hex string with 0x prefix.("A\x69") == "0x4169"