Chat with our AI personalities
(10)hex = (16)decimal
They are all different ways of representing numbers. For example the number 14 in binary would be 00001110, in octal it would be '16', and in hex would be represented by the '0E'
13 = D in hex. If you're using two digits to represent the hex number - its 0D
16^2 = 256, so in hex, it is 100 - 1 = EE
170