chcg/NPP_HexEdit

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

OmlineEditor opened this issue · 0 comments

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