Related Resources: calculators

Hexadecimal to Binary Conversion Calculator

Applications and Design
Electronics and Instrumentation Design and Engineering

 

Hexadecimal to Binary Conversion Calculator

Remarks

  • Hexadecimal: Required. The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of number is the sign bit (40th bit from the right). The remaining 9 bits are magnitude bits.
  • If number is negative, calculator ignores places and returns a 10-character binary number.
  • If number is negative, it cannot be less than FFFFFFFE00, and if number is positive, it cannot be greater than 1FF.
  • If number is not a valid hexadecimal number, calculator returns the #NUM! error value.
  • If calculator requires more than places characters, it returns the #NUM! error value.
  • If places is not an integer, it is truncated.
  • If places is nonnumeric, calculator returns the #VALUE! error value.
  • If places is negative, calculatorreturns the #NUM! error value.

Hexadecimal to Binary Conversion Chart

Hexadecimal Binary

0 0000
1 0001
2 0010
3 0011
4 0100
5 0101
6 0110
7 0111
8 1000
9 1001
A 1010
B 1011
C 1100
D 1101
E 1110
F 1111

Hex to binary conversion examples

  • (1E3) 16 = (0001 1110 0011)2
  • (0A2B) 16 = (0000 1010 0010 1011)2
  • (7E0C) 16 = (0111 1110 0000 1100)2