How can I see the binary content of a file using standard applications, for example, Notepad ++ ?
For example, I have the text
漢字
and after saving to the appropriate encoding ( UTF-8 ) I want to see the binary representation of these characters:
11100110 10111100 10100010 11100101 10101101 10010111
What is the easiest way to do this?