Search for a tool
Bibi-binary Code

Tool for encoding and decoding in Bibi-binary (by Boby Lapointe). Convert numbers between base 10 and Bibi code to represent numbers with syllables like HO, HA, BI or KI in a fun way.

Results

Bibi-binary Code -

Tag(s) : Arithmetics, Fun/Miscellaneous

Share
Share
dCode and more

dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Bibi-binary Code' tool for free! Thank you!

Bibi-binary Code

Bibi-binary to dEcimal Code Decoder/Converter







Bibliographic-binary symbol writing

Decimal to Bibi-binary Code Encoder/Converter









Answers to Questions (FAQ)

What is Bibi-binary? (Definition)

Bibi-binary is a number representation system invented by Robert Lapointe in 1968.

It is a base-16 (hexadecimal) notation in which each digit (from 0 to 15) is replaced by a syllable composed of a consonant and a vowel.

This system allows numbers to be transformed into sequences of pronounceable syllables, with both a playful and mnemonic purpose.

How to convert to Bibi-binary code?

To convert a decimal number to Bibi-binary, start by converting the number to base $ 16 $ (hexadecimal) and replace each hexadecimal digit with its corresponding syllable.

HexaBibiHexaBibiHexaBibiHexaBibi
0HO4BO8KOcDO
1HA5BA9KAdDA
2HE6BEaKEeDE
3HI7BIbKIfDI

Example: $ 123_{(10)} $ is written $ 7b_{(16)} $ in hexadecimal, as $ 7 $ corresponds to BI and $ b $ corresponds to KI, then: $ 123 $ is written BIKI in bibibinary.

How to convert/decrypt the Bibi-binary code?

Each 2-letter bibi-binary group is replaced by its base-16 equivalent.

To convert a bibi-binary word to a decimal number, divide it into 2-letter groups, replace each group with its hexadecimal equivalent, and convert the resulting number from base $ 16 $ to base $ 10 $.

Here is the inverse lookup table:

BibiHexaBibiHexa
HO0HA1
HE2HI3
BO4BA5
BE6BI7
KO8KA9
KEaKIb
DOcDAd
DEeDIf

Example: DEKODE is broken down into DE,KO,DE, which is $ e8e_{(16)} $ in base 16 and therefore $ 3726_{(10)} $ in decimal

How to recognize Bibi-binary code?

The message consists only of two-letter syllables: 'de, da, do, di, be, ba, bo, bi, ke, ka, ko, ki, he, ha, ho, hi'

The message is composed of a maximum of the four consonants 'D, B, K, H' and the four vowels 'E, A, O, I'

What is Bibi-binary notation?

Bibi-binary also associates each value with a graphic symbol. These symbols are constructed from the 4-bit binary representation:

notation.jpg

Bits with a value of $ 1 $ correspond to angles or endpoints, while bits with a value of $ 0 $ correspond to curves.

dCode reuses the font by Jean-Marie Favreau here (OFL license)

Why the name Bibi-binary?

Boby Lapointe described BiBi-binary as a short binary code. Citations (translated):

With the binary code, with 4 digits, get up to 15. With BiBi-binary, get up to 15 … with 2 letters. […] In argot bibi means me, my name is Boby and my children call me bibi so it is fun to call this system Bibi. […] Binary is a base 2 system, bibinary is a base 4 system, bibi-binary is a base 16 system.

Base 4 or Base 16 for Bibi-binary?

Bibi-binary is a base-$ 16 $ system. The confusion with a base-$ 4 $ system arises from the fact that each syllable is composed of a consonant (4 possibilities: H, B, K, D) and a vowel (4 possibilities: O, A, E, I). This gives $ 4 Ă— 4 = 16 $ possible combinations, corresponding exactly to the 16 digits of the base-$ 16 $ system.

Some would say it's a base-4 system alternating digits/letters depending on whether the position is even or odd.

How to convert binary to Bibi-binary?

Segment the binary code in groups of 2 (from the right)

Example: 110111001 becomes '01, 10,11,10,01 '

Always starting from the right, replace the first group with vowels then the next group with consonants and so on alternately according to the table:

00OH
01AB
10EK
11ID

Example: '01, 10,11,10,01 becomes AKIKA', if the number of letters is not even, complete with an initial H or HAKIKA

When was Bibi-binary code invented?

A patent FR1569028 has been set in 1968 by Robert Lapointe, known as Boby Lapointe.

Source code

dCode retains ownership of the "Bibi-binary Code" source code. Any algorithm for the "Bibi-binary Code" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Bibi-binary Code" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Bibi-binary Code" or any other element are not public (except explicit open source licence). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.

Cite dCode

The content of the page "Bibi-binary Code" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source (Creative Commons CC-BY free distribution license).

Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).

To cite dCode.fr on another website, use the link: https://www.dcode.fr/bibi-binary-code

In a scientific article or book, the recommended bibliographic citation is: Bibi-binary Code on dCode.fr [online website], retrieved on 2026-04-08, https://www.dcode.fr/bibi-binary-code

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Bibi-binary Code' tool for free! Thank you!


https://www.dcode.fr/bibi-binary-code
© 2026 dCode — The ultimate collection of tools for games, math, and puzzles.
â–˛  
Feedback