Project

General

Profile

Txt2bin » History » Revision 3

Revision 2 (Per Amundsen, 08/09/2015 05:45 AM) → Revision 3/4 (Per Amundsen, 02/16/2023 03:29 PM)

_Added in 1.8.10_ 

 */txt2bin <ascii text>* 

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

 _See also [[/txt2bin]]._ 

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | <ascii text> | - "ASCII":http://www.asciitable.com/ text to convert. | 

 *Example* 

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

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