Number Bases

To enter numbers in a particular number base use subscript numbers. The following numbers are equivalent.

1001011₂

113₈

75

4B₁₆

When in programming mode, use the drop-down menu to change the base of the calculation.

Keyboard shortcuts can be used to switch to Binary (Ctrl+B), Octal (Ctrl+O), Decimal (Ctrl+D) and Hexadecimal (Ctrl+H) modes.

To convert numbers to other base on the fly, Number Base conversion can be used.