Convert hexadecimal to binary and decimal

Hexadecimal value:
Decimal:
Binary:

Convert hexadecimal to binary

Method: Use the one-divide-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, while keeping the decimal point position as before.

â‘ Convert hexadecimal 6E.2 to binary

So the result is: Convert hexadecimal 6E.2 to binary 01101110.0010 or 110110.001