Number Bases

To convert the number to a different base representation use the in operator.

12 in hex

5 in binary

1A₁₆ in dec

1010₂ in octal

Number Base conversions must be performed using the keyboard.