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 it displays "ぁ" I don't specified the encoding of the file, i just created the bytes. and the notepad interpret it correctly. Is the notepad guessing what encoding probably is? or is the Hex editor saving those bytes with a specific encoding. 回答1: If the file only contains these three bytes, then