Base Converter

Conversion between binary, octal, decimal, and hexadecimal.


Example: 01100100

Example: 144

Example: 100

Example: 64




What is binary?

A binary number is a number expressed in the base-2 numeral system or binary numeral system, a method of mathematical expression which uses only two symbols: typically "0" (zero) and "1" (one).

What is octal?

Octal is a numeral system with eight as the base.

What is decimal?

The decimal numeral system (also called the base-ten positional numeral system) is the standard system for denoting integer and non-integer numbers.

What is hexadecimal?

In mathematics and computing, the hexadecimal (also base-16 or simply hex) numeral system is a positional numeral system that represents numbers using a radix (base) of sixteen. Unlike the decimal system representing numbers using ten symbols, hexadecimal uses sixteen distinct symbols, most often the symbols "0"–"9" to represent values 0 to 9, and "A"–"F" (or alternatively "a"–"f") to represent values from ten to fifteen.