Project

General

Profile

Txt2bin » History » Revision 2

Revision 1 (Per Amundsen, 02/12/2014 11:29 PM) → Revision 2/4 (Per Amundsen, 08/09/2015 05:45 AM)

_Added in 1.8.10_ 

 */txt2bin <ascii text>* 

 Converts a "ASCII":http://www.asciitable.com/ ascii text to binary. 

 *Parameters* 

 <ascii text> - "ASCII":http://www.asciitable.com/ Ascii text to convert. 

 *Example* 

 <pre> 
 ;Will show 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100. 
 /txt2bin Hello World 

 ;Convert back to Hello world. 
 /bin2txt 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100 
 </pre>