Convert hex to binary
Method: Take a four-point method, that is, a hexadecimal number is decomposed into four-digit binary numbers, and the hexadecimal number is added by four-bit binary weights, and the decimal point position is still the same.
1 Convert hexadecimal 6E.2 to binary number
So get the result: convert hexadecimal 6E.2 to binary to 01101110.0010 or 110110.001
Powered by TorCMS (https://github.com/bukun/TorCMS).