二进制零、NULL 字节和 ASCII

发布于 2024-12-07 09:50:44 字数 118 浏览 0 评论 0原文

我很困惑。以下各项之间是否存在任何关系:

  1. 二进制零。
  2. 空字节。
  3. ASCII 字符 0(十进制值为 48)。

非常感谢您的解释。

I am very confused. Is there any relationship between the following:

  1. Binary Zero.
  2. Null Byte.
  3. ASCII Character 0 (Decimal value is 48).

Your explanation is highly appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情未る 2024-12-14 09:50:44

从技术上讲,我认为第一个指的是单个位。八个位构成一个字节,因此八个二进制零将构成一个“空字节”,即具有数值 0 的字节,用于终止 C 字符串。正如您所说,用于表示文本字符 0 的 ASCII 值是 48,该值没有什么特别之处 - 它只是分配给此任务的或多或少的随机数。

Technically, I suppose the first refers to a single bit. Eight bits make a byte, and eight binary zeros would thus comprise a "null byte", the byte with numeric value 0 which is used to terminate C strings. The ASCII value used to represent the text character 0 is, as you say, 48, and there is nothing special about that value -- it's just the more or less random number that was assigned to this duty.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文