Txt2bin » History » Version 2
Per Amundsen, 08/09/2015 05:45 AM
1 | 1 | Per Amundsen | _Added in 1.8.10_ |
---|---|---|---|
2 | |||
3 | */txt2bin <ascii text>* |
||
4 | |||
5 | 2 | Per Amundsen | Converts a "ASCII":http://www.asciitable.com/ text to binary. |
6 | 1 | Per Amundsen | |
7 | *Parameters* |
||
8 | |||
9 | 2 | Per Amundsen | <ascii text> - "ASCII":http://www.asciitable.com/ text to convert. |
10 | 1 | Per Amundsen | |
11 | *Example* |
||
12 | |||
13 | <pre> |
||
14 | ;Will show 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100. |
||
15 | /txt2bin Hello World |
||
16 | |||
17 | ;Convert back to Hello world. |
||
18 | /bin2txt 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100 |
||
19 | </pre> |