This seems to be an easy problem but i can\'t figure out.
I need to convert this character < in byte(hex representation), but if i use
60 == 0x3C.
60 == 0x3C
You already have your correct answer but you're looking at it in the wrong way.
0x is the hexadecimal prefix 3C is 3 x 16 + 12
0x
3C