Project

General

Profile

Bin2txt » History » Revision 2

Revision 1 (Per Amundsen, 02/08/2014 11:12 PM) → Revision 2/6 (Per Amundsen, 02/08/2014 11:13 PM)

_Added in 1.8.10_ 

 */bin2txt <binary text>* text>** 

 Converts a binary string to ascii. 

 *Parameters* 

 <binary text> - Binary text to convert. 

 *Example* 

 <pre> 
 ;Will show Hello World 
 /bin2txt 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100 
 </pre>