为什么1000表示的是-8 作者:马育民 • 2025-03-30 23:26 • 阅读:10002 需要掌握: - [二进制转十进制、十进制转二进制,十六进制转十进制](https://www.malaoshi.top/show_1GWr74nOCSI.html "二进制转十进制、十进制转二进制,十六进制转十进制") - [原码、反码、补码](https://www.malaoshi.top/show_1IX5uuS5em5G.html "原码、反码、补码") ## 为什么1000表示的是-8 `1000` ,如果是按照符号计算,首位置是 `1` 表示 **负数**,那么就表示 `-0`,但是 **没有意义**。 那怎么办?因此,这里就特别规定,这个二进制,特殊的定义为 `-8` 原文出处:http://malaoshi.top/show_1GWr7vD2knb.html