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?

  • Personally, I use Far Manager for such purposes, or also some kind of hex editor. I suppose in the built-in viewer of almost any file manager you can find this function - lospejos

1 answer 1

In my standard assembly, this is "Plugins -> converter -> Conversion Panel", although it converts one character at a time, not very convenient