Liberatore( T) 13:45, 13 April 2006 (UTC)īasE91 documents: TB100QM.pdf Ropata ( talk) 17:47, 9 September 2019 (UTC) reviving 'ascii armor' concept ĪSCII armor was apparently the original title of this article. The particular choice is: for a string of 14 bits, if its lowest 13 represent a number greater than or equal to 89, the two characters are used to represent only these 13 bits otherwise, 14 bits are encoded.ĭo not move this explanation to the article it is undocumented. Since 2^13 < 91*91 < 2^14, two characters can encode all 13-bit strings and some 14-bit strings since 91*91=8281 and 2^13=8192, there are 89 combinations of two characters that are not used for representing strings of 13 characters. Uses 91 characters, and every pair of characters represents either 13 or 14 bits.
#BINARY TO TEXT ENCODING FREE#
If anyone other will think that this information will be helpfull feel free to add this link to Article.
I wanted to add link to my "just written" implementation, however got a warning about conflict of interests. DavidCary ( talk) 08:28, 19 February 2021 (UTC)ĪSCII85 implementation in JavaScript "Five-Letter Codegroup Filter": uses only upper case ASCII letters and spaces includes a CRC.11 What does the ASCII line in the standards table mean?.
10 Is PGP word list a Binary-to-Text Encoding?.