BA Convert
Number Systems

Number Converter

Convert between binary, decimal, hex, octal and Roman numerals. Free and instant.

10 (Decimal (Base 10)) =

1010

Binary (Base 2)

With prefix: 0b1010

All conversions for 10 (Decimal (Base 10)):

Binary

1010

Octal

12

Decimal

10

Hexadecimal

A

Popular Conversions

Common Numbers Reference

DecimalBinaryOctalHex
0000
1111
21022
510155
81000108
10101012A
15111117F
16100002010
321000004020
64100000010040
100110010014464
1281000000020080
25511111111377FF
256100000000400100
51210000000001000200
1024100000000002000400

Click any row to load that number

🔢
4 Bases
Binary, Octal, Decimal, Hex
🏛️
Roman
Roman numeral converter
🆓
Free
No signup needed
Instant
Real time conversion

Common Questions

What is binary?

Binary is a base-2 number system that uses only two digits 0 and 1. It is the fundamental language of computers. Every piece of data in a computer is ultimately stored as binary.

What is hexadecimal?

Hexadecimal is a base-16 number system using digits 0-9 and letters A-F. It is widely used in programming, color codes (#FF5733) and memory addresses because it represents binary data more compactly.

What is octal?

Octal is a base-8 number system using digits 0-7. It was historically used in computing and is still used in Unix file permissions and some programming contexts.

What are Roman numerals?

Roman numerals are a number system from ancient Rome using letters I, V, X, L, C, D and M. They are still used today in clock faces, book chapters, movie sequels and Super Bowl numbers.