Skip to main content

Binary, Decimal, Octal, Hexadecimal Converter

Decimal, Binary, Octal, Hexadecimal Converter



Provides conversion between binary, octal, decimal, and hexadecimal values.


Binary

Binary (bin) is a base-2 number system. Its symbols are 0 and 1.

  • Binary is directly employed by logic gates in electronic circuits. It is commonly used in modern computers and devices that rely on computers.

Octal

Octal (oct) is a base-8 number system. Its symbols are 0, 1, 2, 3, 4, 5, 6, and 7.


Decimal

Decimal (dec) is a base-10 number system. Its symbols are 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

  • Decimal is the most widely used number system in the world.

Hexadecimal

Hexadecimal (hex) is a base-16 number system. Its symbols are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, and F.

  • Hexadecimal is commonly used in computer systems and programming languages.

Conversion Table

DecimalBinaryOctalHexadecimal
0000
1111
21022
31133
410044
510155
611066
711177
81000108
91001119
10101012A
11101113B
12110014C
13110115D
14111016E
15111117F