Project

General

Profile

Bin2txt » History » Revision 5

Revision 4 (Per Amundsen, 08/09/2015 05:48 AM) → Revision 5/6 (Per Amundsen, 02/14/2023 05:11 PM)

_Added in 1.8.10_ 

 */bin2txt <binary text>* 

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

 *Parameters* 

 table(ktable). 
 |*Parameter*|*Description*| 
 | <binary text> | - Binary text to convert. | 

 *Example* 

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

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