result | |
---|---|
0123456 = 186510 | explain |
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) | quinary (base 5) | hexadecimal (base 16) | quinary (base 5) |
---|---|---|---|
1 | = 1 | b | = 21 |
2 | = 2 | c | = 22 |
3 | = 3 | d | = 23 |
4 | = 4 | e | = 24 |
5 | = 10 | f | = 30 |
6 | = 11 | 10 | = 31 |
7 | = 12 | 11 | = 32 |
8 | = 13 | 12 | = 33 |
9 | = 14 | 13 | = 34 |
a | = 20 | 14 | = 40 |
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) | hexadecimal (base 16) | quinary (base 5) | hexadecimal (base 16) |
---|---|---|---|
1 | ≈ 1 | 21 | ≈ b |
2 | ≈ 2 | 22 | ≈ c |
3 | ≈ 3 | 23 | ≈ d |
4 | ≈ 4 | 24 | ≈ e |
10 | ≈ 5 | 30 | ≈ f |
11 | ≈ 6 | 31 | ≈ 10 |
12 | ≈ 7 | 32 | ≈ 11 |
13 | ≈ 8 | 33 | ≈ 12 |
14 | ≈ 9 | 34 | ≈ 13 |
20 | ≈ a | 40 | ≈ 14 |
hexadecimal (base 16) | quinary (base 5) |
---|---|
1 | = 1 |
2 | = 2 |
3 | = 3 |
4 | = 4 |
5 | = 10 |
6 | = 11 |
7 | = 12 |
8 | = 13 |
9 | = 14 |
a | = 20 |