Hexadecimal to binary and decimal online calculations

发布日期 : 2019-12-02 02:29:27 UTC      

分类 : Computer

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