In a hex editor, both code (the executable parts of the program) and data (the text inside the program) will be represented in hexadecimal.
What this means to you right now is that the letter 'A' will be represented as "41". If you are looking for the word "Hello", it will look like "48656C6C6F."
I'm using HEX EDITOR
but my game is in Japanese
i can't read it by HEX code
i only want change data ( the text inside the program ) to english( some word on buttons in game)
Could you show me ?
Thanks