convert hexadecimal to binary and decimal

hexadecimal value:
decimal:
binary:

convert hexadecimal to binary

method: take the one-by-four method, that is, decompose a hexadecimal number into four binary digits, and use the weighted addition of the four binary digits to make up the hexadecimal number. the decimal point position remains the same.

â‘ convert hexadecimal 6e.2 to binary number

so we get the result: convert hexadecimal 6e.2 to binary as 01101110.0010 which is 110110.001