Bin2txt » History » Version 5
Per Amundsen, 02/14/2023 05:11 PM
1 | 1 | Per Amundsen | _Added in 1.8.10_ |
---|---|---|---|
2 | |||
3 | 2 | Per Amundsen | */bin2txt <binary text>* |
4 | 1 | Per Amundsen | |
5 | 4 | Per Amundsen | Converts a binary string to "ASCII":http://www.asciitable.com/. |
6 | 1 | Per Amundsen | |
7 | *Parameters* |
||
8 | |||
9 | 5 | Per Amundsen | table(ktable). |
10 | |*Parameter*|*Description*| |
||
11 | | <binary text> | Binary text to convert. | |
||
12 | 1 | Per Amundsen | |
13 | *Example* |
||
14 | |||
15 | <pre> |
||
16 | 3 | Per Amundsen | ;Will show 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100. |
17 | /txt2bin Hello World |
||
18 | |||
19 | ;Convert back to Hello world. |
||
20 | 1 | Per Amundsen | /bin2txt 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100 |
21 | </pre> |