Convert whole numbers between binary, octal, decimal and hexadecimal instantly, with a full base reference table.
Numbers • binary · octal · decimal · hex
Built on internationally recognised SI and standards-body conversion factors for dependable results.
Results update live as you type, with a clear visual breakdown across every unit at once.
Everything runs in your browser — no account, no uploads, nothing leaves your device.
Programmers and students constantly convert between number systems: binary (base 2, used by digital hardware), octal (base 8), decimal (base 10, everyday numbers) and hexadecimal (base 16, used for colors, memory addresses and byte values). This converter handles all four directions and shows the value in every base at once.
Common examples: decimal 255 = binary 11111111 = octal 377 = hex FF. Decimal 16 = hex 10. The hex color #FFFFFF is three bytes, each 255 in decimal.