chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
821 stars 156 forks source link

New conversion formats HEX-BIN(binary), ASCII-BIN, BIN-ASCII #84

Open OmlineEditor opened 5 months ago

OmlineEditor commented 5 months ago

now it is possible to convert only: ASCII -> HEX HEX -> ASCII

please add new conversion options HEX -> BIN (binary) BIN -> HEX ASCII -> BIN BIN-> ASCII

I sometimes need to convert data directly from the collected binary 1 and 0. An example of working with binary data: 01100001 01100010 01100011 -> abc abc -> 01100001 01100010 01100011