Binary to hexadecimal online converter
Convert binary numbers to hexadecimal numbers
Binary is a number system widely used in computing technology. Binary data is a number represented by two numbers 0 and 1. Its base number is 2, the carry rule is "every two into one", the borrowing rule is "borrow one and two", in mathematics is a 16-in-1 carry system, generally with the numbers 0 to 9 and the letter A To F means (where: A~F is 10~15).
Conversion table:
Decimal | Binary | Octal | Hexadecimal |
0 | 0000 | 0 | 0 |
1 | 0001 | 1 | 1 |
2 | 0010 | 2 | 2 |
3 | 0011 | 3 | 3 |
4 | 0100 | 4 | 4 |
5 | 0101 | 5 | 5 |
6 | 0110 | 6 | 6 |
7 | 0111 | 7 | 7 |
8 | 1000 | 10 | 8 |
9 | 1001 | 11 | 9 |
10 | 1010 | 12 | A |
11 | 1011 | 13 | B |
12 | 1100 | 14 | C |
13 | 1101 | 15 | D |
14 | 1110 | 16 | E |
15 | 1111 | 17 | F |
Powered by TorCMS (https://github.com/bukun/TorCMS).