bookmark

Base Number Conversion

Quick Find Conversion

to

Conversion table

base 24base 18base 21base 30base 12base 29base 17base 25
10 16 13 o 20 o 17 o
i 10 i i 16 i 11 i
l 13 10 l 19 l 14 l
16 1c 19 10 26 11 1d 15
c c c c 10 c c c
15 1b 18 t 25 10 1c 14
h h h h 15 h 10 h
11 17 14 p 21 p 18 10

The ternary numeral system (also called base-3) has three as its base. Analogous to a bit, a ternary digit is a trit (trinary digit). One trit is equivalent to log23 (about 1.58496) bits of information.

ternary (base 3)

In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.

binary (base 2)

Quaternary is the base-4 numeral system. It uses the digits 0, 1, 2 and 3 to represent any real number.

quaternary (base 4)

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left: (00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.

octal (base 8)

Quinary (base-5 or pental) is a numeral system with five as the base. A possible origination of a quinary system is that there are five fingers on either hand.

quinary (base 5)

The decimal numeral system (also called base-ten positional numeral system, and occasionally called denary) is the standard system for denoting integer and non-integer numbers. It has ten as its base.

decimal

The senary numeral system (also known as base-6 or heximal) has six as its base. It has been adopted independently by a small number of cultures. Like decimal, it is a semiprime, though being the product of the only two consecutive numbers that are both prime (2 and 3) it has a high degree of mathematical properties for its size. As six is a superior highly composite number, many of the arguments made in favor of the duodecimal system also apply to this base-6.

senary (base 6)

The duodecimal system (also known as base 12 or dozenal) is a positional notation numeral system using twelve as its base.

duodecimal (base 12)

The vigesimal or base 20 numeral system is based on twenty (in the same way in which the decimal numeral system is based on ten).

hexadecimal (base 16)

In mathematics and computing, hexadecimal (also base 16, or hex) is a positional numeral system with a radix, or base, of 16. It uses sixteen distinct symbols, most often the symbols 0–9 to represent values zero to nine, and A, B, C, D, E, F (or alternatively a, b, c, d, e, f) to represent values ten to fifteen.

hexadecimal (base 16)

Base36 is a binary-to-text encoding scheme that represents binary data in an ASCII string format by translating it into a radix-36 (aka Hexatrigesimal) representation. The choice of 36 is convenient in that the digits can be represented using the Arabic numerals 0–9 and the Latin letters A–Z (the ISO basic Latin alphabet).

hexatrigesimal (base 36)
base 2 is a positional numeral system with two as its base. It uses 2 different digits for representing numbers. The digits for base 2 could be 0, and 1. base 2
base 3 is a positional numeral system with three as its base. It uses 3 different digits for representing numbers. The digits for base 3 could be 0, 1, and 2. base 3
base 4 is a positional numeral system with four as its base. It uses 4 different digits for representing numbers. The digits for base 4 could be 0, 1, 2, and 3. base 4
base 6 is a positional numeral system with six as its base. It uses 6 different digits for representing numbers. The digits for base 6 could be 0, 1, 2, 3, 4, and 5. base 6
base 8 is a positional numeral system with eight as its base. It uses 8 different digits for representing numbers. The digits for base 8 could be 0, 1, 2, 3, 4, 5, 6, and 7. base 8
base 5 is a positional numeral system with five as its base. It uses 5 different digits for representing numbers. The digits for base 5 could be 0, 1, 2, 3, and 4. base 5
base 7 is a positional numeral system with seven as its base. It uses 7 different digits for representing numbers. The digits for base 7 could be 0, 1, 2, 3, 4, 5, and 6. base 7
base 9 is a positional numeral system with nine as its base. It uses 9 different digits for representing numbers. The digits for base 9 could be 0, 1, 2, 3, 4, 5, 6, 7, and 8. base 9
base 10 is a positional numeral system with ten as its base. It uses 10 different digits for representing numbers. The digits for base 10 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9. base 10
base 11 is a positional numeral system with eleven as its base. It uses 11 different digits for representing numbers. The digits for base 11 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, and a. base 11
base 12 is a positional numeral system with twelve as its base. It uses 12 different digits for representing numbers. The digits for base 12 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, and b. base 12
base 13 is a positional numeral system with thirteen as its base. It uses 13 different digits for representing numbers. The digits for base 13 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, and c. base 13
base 14 is a positional numeral system with fourteen as its base. It uses 14 different digits for representing numbers. The digits for base 14 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, and d. base 14
base 15 is a positional numeral system with fifteen as its base. It uses 15 different digits for representing numbers. The digits for base 15 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, and e. base 15
base 16 is a positional numeral system with sixteen as its base. It uses 16 different digits for representing numbers. The digits for base 16 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, and f. base 16
base 17 is a positional numeral system with seventeen as its base. It uses 17 different digits for representing numbers. The digits for base 17 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, and g. base 17
base 18 is a positional numeral system with eighteen as its base. It uses 18 different digits for representing numbers. The digits for base 18 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, and h. base 18
base 19 is a positional numeral system with nineteen as its base. It uses 19 different digits for representing numbers. The digits for base 19 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, and i. base 19
base 20 is a positional numeral system with twenty as its base. It uses 20 different digits for representing numbers. The digits for base 20 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, and j. base 20
base 21 is a positional numeral system with twenty-one as its base. It uses 21 different digits for representing numbers. The digits for base 21 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, and k. base 21
base 22 is a positional numeral system with twenty-two as its base. It uses 22 different digits for representing numbers. The digits for base 22 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, and l. base 22
base 23 is a positional numeral system with twenty-three as its base. It uses 23 different digits for representing numbers. The digits for base 23 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, and m. base 23
base 24 is a positional numeral system with twenty-four as its base. It uses 24 different digits for representing numbers. The digits for base 24 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, and n. base 24
base 25 is a positional numeral system with twenty-five as its base. It uses 25 different digits for representing numbers. The digits for base 25 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, and o. base 25
base 26 is a positional numeral system with twenty-six as its base. It uses 26 different digits for representing numbers. The digits for base 26 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, and p. base 26
base 27 is a positional numeral system with twenty-seven as its base. It uses 27 different digits for representing numbers. The digits for base 27 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, and q. base 27
base 28 is a positional numeral system with twenty-eight as its base. It uses 28 different digits for representing numbers. The digits for base 28 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, and r. base 28
base 29 is a positional numeral system with twenty-nine as its base. It uses 29 different digits for representing numbers. The digits for base 29 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, and s. base 29
base 30 is a positional numeral system with thirty as its base. It uses 30 different digits for representing numbers. The digits for base 30 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, and t. base 30
base 31 is a positional numeral system with thirty-one as its base. It uses 31 different digits for representing numbers. The digits for base 31 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, and u. base 31
base 32 is a positional numeral system with thirty-two as its base. It uses 32 different digits for representing numbers. The digits for base 32 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, and v. base 32
base 33 is a positional numeral system with thirty-three as its base. It uses 33 different digits for representing numbers. The digits for base 33 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, and w. base 33
base 34 is a positional numeral system with thirty-four as its base. It uses 34 different digits for representing numbers. The digits for base 34 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, and x. base 34
base 35 is a positional numeral system with thirty-five as its base. It uses 35 different digits for representing numbers. The digits for base 35 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, and y. base 35
base 36 is a positional numeral system with thirty-six as its base. It uses 36 different digits for representing numbers. The digits for base 36 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, and z. base 36