Bubble Babble

In computing, Bubble Babble is a binary data encoding designed by Antti Huima. This encoding uses alternation of consonants and vowels to encode binary data to pseudowords that can be pronounced more easily than arbitrary lists of hexadecimal digits. While Bubble Babble is technically a binary encoding, it also acts as a 65,536-digit positional number system with a one-to-one mapping from each five-character sequence to 16 bits of data.

Bubble babble also includes a checksum in its encoding to detect transmission errors, as well as markers for the start and end of a number string. Each two bytes in the input sequence results in the output of five characters and a dash.

Examples

The original specification for Bubble Babble lists these example test vector encodings. The strings are considered to be ASCII-encoded:

`' (empty string) `xexax'
`1234567890'      `xesef-disof-gytuf-katof-movif-baxux'
`Pineapple'       `xigak-nyryk-humil-bosek-sonax'

Checksum

According to the specification, each vowel in the output string conveys 0.58 bits of redundant information for every input bit. Therefore, a 1000-word string would have 4640 extra bits of checksum information to detect flipped bits and other data transmission errors.

Possible uses

See also

External links

Retrieved from "http://en.wikipedia.org/wiki/Bubble_Babble" which was deleted by their usual gang of morons.