在 Windows 中以二进制形式查看文件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4478933/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
View files as binary in windows
提问by Sudantha
is there a tool to view files as binaryin windows? actually i need the interpretation like 0010101010 not Hex Values !
有没有工具可以在 Windows 中以二进制形式查看文件?实际上我需要像 0010101010 这样的解释而不是十六进制值!
采纳答案by Matěj Zábsky
The hex values are just a little bit compacted binary values. For example E represents 1110 etc. So you can use any hex editor to view and edit binary values.
十六进制值只是一点点压缩的二进制值。例如 E 代表 1110 等。因此您可以使用任何十六进制编辑器来查看和编辑二进制值。