hexadecimal is a base 16 counting system A=10 B=11 C=12 D=13 E=14 F=15 G=16 So 2F can be converted to a number integer value like this 2*16^1+15*16^0
It honestly was a lot easier then I thought it be