Project

General

Profile

Txt2bin » History » Version 4

Per Amundsen, 02/16/2023 03:29 PM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*/txt2bin <ascii text>*
4
5 2 Per Amundsen
Converts a "ASCII":http://www.asciitable.com/ text to binary.
6 1 Per Amundsen
7 4 Per Amundsen
_See also [[/bin2txt]]._
8 3 Per Amundsen
9 1 Per Amundsen
*Parameters*
10
11 3 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| <ascii text> | "ASCII":http://www.asciitable.com/ text to convert. |
14 1 Per Amundsen
15
*Example*
16
17
<pre>
18
;Will show 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100.
19
/txt2bin Hello World
20
21
;Convert back to Hello world.
22
/bin2txt 0100100001100101011011000110110001101111001000000101011101101111011100100110110001100100
23
</pre>