Convert between binary, octal, decimal, hexadecimal, and any custom base from 2 to 36.
Binary (2)—Copy
Octal (8)—Copy
Decimal (10)—Copy
Hex (16)—Copy
Custom—Copy
Advertisement
Number Base Systems
A number base (or radix) determines how many unique digits are used to represent numbers. Our decimal system uses 10 digits (0–9). Computers use binary (base 2) — only 0s and 1s — because electronic circuits have two states: on (1) and off (0).