Project

General

Profile

Bin2txt » History » Version 3

Per Amundsen, 02/12/2014 11:30 PM

1 1 Per Amundsen
_Added in 1.8.10_
2
3 2 Per Amundsen
*/bin2txt <binary text>*
4 1 Per Amundsen
5
Converts a binary string to ascii.
6
7
*Parameters*
8
9
<binary text> - Binary text to convert.
10
11
*Example*
12
13
<pre>
14 3 Per Amundsen
;Will show 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100.
15
/txt2bin Hello World
16
17
;Convert back to Hello world.
18 1 Per Amundsen
/bin2txt 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100
19
</pre>