十六进制转二进制

116 阅读1分钟
hexdecimal 十六进制
binary 二进制
dec 十进制
octal 八进制

2^4=16,
hex (0X0600) = (binary) 0110 0000 0000 = 2^9 + 2^10 = 1536 (dec)