Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我曾使用xxd将二进制转换为 ascii 格式的实用程序,反之亦然,但我不确定它在幕后做了什么。
xxd
假设我有以下 hexdump:
0100 0000 0500 0000 0000 0000 0000 0000 ................
显然这是ASCII格式。将此行保存在磁盘上与 VS 以二进制格式保存有什么区别?单个字符如何0以 ascii VS 二进制格式存储在磁盘上?
0