Tagged Questions
125
votes
22answers
102k views
What is a good Windows hex editor / viewer? [closed]
I am in need of a hex editor / viewer (viewer is more important than editing, but a plus if it can edit) for Windows.
See KHexedit
Requirements:
Free is best
View data at cursor as: byte, short, ...
1
vote
1answer
285 views
Hex editor for viewing combined string and float data
I have a binary file of unknown format that I need to be able to read. I have access to a program which can 'unpack' the file, but the user interface is terrible for exporting data. I've extracted a ...
0
votes
3answers
84 views
How windows notepad interpret characters
I was wondering how windows interpret characters, for instance:
I maked a file with an Hexeditor with the 3 bytes E3 81 81.
Those bytes are the "ぁ" character encoded as UTF-8.
I open the notepad and ...
0
votes
4answers
94 views
Edit library in hex editor while preserving its integrity
I'm attempting to edit a library in hex editor, insert mode. The main point is to rename a few entries in it. If I make it in "Otherwrite" mode, everything works fine, but every time I try to add a ...