Related Resources: math
Binary to Hexadecimal Conversion Calculator
Applications and Design
Electronics Design and Engineering
Engineering Math
Binary to Hexadecimal Conversion Calculator
Remarks
- Number : Required. The binary number you want to convert.
- Number cannot contain more than 10 characters (10 bits).
- The most significant bit of number is the sign bit.
- The remaining 9 bits are magnitude bits.
- Negative numbers are represented using two's-complement notation. .
Binary to Hexadecimal Conversion Chart
Binary
|
Hexadecimal
|
0
|
0
|
1
|
1
|
10
|
2
|
11
|
3
|
100
|
4
|
101
|
5
|
110
|
6
|
111
|
7
|
1000
|
8
|
1001
|
9
|
1010
|
A
|
1011
|
B
|
1100
|
C
|
1101
|
D
|
1110
|
E
|
1111
|
F
|
10000
|
10
|
100000
|
20
|
1000000
|
40
|
10000000
|
80
|
100000000
|
100
|