I只有一个字节, 为什么可以通过一个字节就可以判断大端还是小端?
huhu415 opened this issue · 4 comments
huhu415 commented
Verify steps
- 我已经在 Issue Tracker 中找过我要提出的问题 I have searched on the issue tracker for a related issue.
- 我已经使用公测版本测试过,问题依旧存在 I have tested using the test mod, and the issue still exists.
- 我已经仔细看过 常见问题 并无法自行解决问题
Description
echo -n I | hexdump -o 2>/dev/null | awk '{ print substr($2,6,1); exit}'
我在x86_64试过这个命令, 如下结果, 但我不明白, 为什么I就一个字节也可以判断大端还是小端?
root@OpenWrt:~echo -n I | hexdump -o 2>/dev/null
0000000 000111
0000001
huhu415 commented
那也不对吧 感觉不太对劲哪 大端小端应该是靠分辨高低字节 一个字节应该不行吧
huhu415 commented
我也在想解决这个问题的办法,奈何找不到大端存储的机器,哎