Number Base Converter

Binary, Octal, Decimal, Hexadecimal Converter

A free online tool to convert between binary, octal, decimal, and hexadecimal in real time. Supports large numbers with BigInt, features a bit display and ASCII reference table -- perfect for programming and computer science learning.

Decimal No prefix
Decimal only accepts digits 0-9
Binary 0b
Binary only accepts 0 and 1
Octal 0o
Octal only accepts digits 0-7
Hexadecimal 0x
Hexadecimal only accepts 0-9 and A-F

Bit Display

Number Base Conversion Reference

DecimalBinaryOctalHex
2^nDecimalHexCommon Usage
2^011-
2^122-
2^244-
2^388-
2^416101 hex digit
2^712880ASCII range
2^82561001 byte
2^101,0244001 KB
2^1665,53610000Max port number
2^201,048,5761000001 MB
2^2416,777,2161000000RGB color
2^324,294,967,296100000000IPv4 address space
DecimalHexCharDescription

Related Tools