Number Systems

Numbers Converter

Convert between Binary, Octal, Decimal, Hexadecimal, and Roman numerals instantly.

De
Decimal(Base 10 (0-9))INPUT
0b
Binary(Base 2 (0-1))
0b
0o
Octal(Base 8 (0-7))
0o
0x
Hexadecimal(Base 16 (0-9, A-F))
0x
Ro
Roman(Roman numerals (I-M))

Common Reference Values

DecimalBinaryOctalHexRoman
1111I
510155V
10101012AX
16100002010XVI
501100106232L
100110010014464C
25511111111377FFCCLV
5001111101007641F4D
1000111110100017503E8M
1024100000000002000400MXXIV

About Number Systems

Decimal (Base 10)

The standard number system using digits 0-9. Used in everyday counting and mathematics.

Binary (Base 2)

Uses only 0 and 1. The fundamental language of computers and digital electronics.

Octal (Base 8)

Uses digits 0-7. Historically used in computing for representing file permissions.

Hexadecimal (Base 16)

Uses 0-9 and A-F. Widely used in programming for memory addresses and colors.