I\'m doing some binary operations which are often shown as hex-es. I have seen both the 0x and \\xas prefixes.
0x
\\x
In which case is which used
0x follows number, means HEX number
\x follows number, means HEX ascii characters
check it here: ascii table