Convert hexadecimal to binary and decimal

Hexadecimal value:
Decimal:
Binary:

Convert hexadecimal to binary

Method: Use the one-to-four method, that is, decompose a hexadecimal number into four binary digits, and add the four binary digits according to the weights to make up the hexadecimal number, leaving the decimal point position unchanged.

â‘ Convert hexadecimal 6E.2 to binary

The result is: Convert hexadecimal 6E.2 to binary as 01101110.0010, or 110110.001