0110001001101001011101000010000001110110011100110010000001100010011110010111010001100101
-
-
Ok, I’ll nibble, using Notepad++, how do you convert an ASCII text string into a binary string?
I saw that @donho 's 01100…00101 fell into the range for ASCII but then cheated and first used Notepad++ to break it into bytes and then and used Excel to view the subject line as ASCII. That then had me wondering if Notepad++ could have processed the entire string in one shot. Technically, the Converter plugin is a third party app but as it ships with Notepad++ I’ll consider it part of Notepad++ but the Converter plugin only allows for one character or byte at for converting to/from binary. Is there a way to do it in one shot within Notepad++.
-
@mkupper said in 0110001001101001011101000010000001110110011100110010000001100010011110010111010001100101:
is there a way to do it in one shot within Notepad++.
Yes, but only if you count running a pure python PythonScript script with no editor/notepad functions