Fibbinary (that's what I call it, anyway) is kind of like binary, but instead of the places increasing by powers of 2, they follow the Fibonacci sequence.
If you write out the numbers 1 through 26 in fibbinary, you can encode the basic latin alphabet in 7-digit fibbinary numbers. This converter translates text into strings of fibbinary numbers. (more info at the bottom)
Controls
Breaking method:The Fibbinary encoding
Place | |||||||||
---|---|---|---|---|---|---|---|---|---|
21 | 13 | 8 | 5 | 3 | 2 | 1 | Dec | Letter | |
0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | A | |
0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | B | |
0 | 0 | 0 | 0 | 1 | 0 | 0 | 3 | C | |
0 | 0 | 0 | 0 | 1 | 0 | 1 | 4 | D | |
0 | 0 | 0 | 1 | 0 | 0 | 0 | 5 | E | |
0 | 0 | 0 | 1 | 0 | 0 | 1 | 6 | F | |
0 | 0 | 0 | 1 | 0 | 1 | 0 | 7 | G | |
0 | 0 | 1 | 0 | 0 | 0 | 0 | 8 | H | |
0 | 0 | 1 | 0 | 0 | 0 | 1 | 9 | I | |
0 | 0 | 1 | 0 | 0 | 1 | 0 | 10 | J | |
0 | 0 | 1 | 0 | 1 | 0 | 0 | 11 | K | |
0 | 0 | 1 | 0 | 1 | 0 | 1 | 12 | L | |
0 | 1 | 0 | 0 | 0 | 0 | 0 | 13 | M | |
0 | 1 | 0 | 0 | 0 | 0 | 1 | 14 | N | |
0 | 1 | 0 | 0 | 0 | 1 | 0 | 15 | O | |
0 | 1 | 0 | 0 | 1 | 0 | 0 | 16 | P | |
0 | 1 | 0 | 0 | 1 | 0 | 1 | 17 | Q | |
0 | 1 | 0 | 1 | 0 | 0 | 0 | 18 | R | |
0 | 1 | 0 | 1 | 0 | 0 | 1 | 19 | S | |
0 | 1 | 0 | 1 | 0 | 1 | 0 | 20 | T | |
1 | 0 | 0 | 0 | 0 | 0 | 0 | 21 | U | |
1 | 0 | 0 | 0 | 0 | 0 | 1 | 22 | V | |
1 | 0 | 0 | 0 | 0 | 1 | 0 | 23 | W | |
1 | 0 | 0 | 0 | 1 | 0 | 0 | 24 | X | |
1 | 0 | 0 | 0 | 1 | 0 | 1 | 25 | Y | |
1 | 0 | 0 | 1 | 0 | 0 | 0 | 26 | Z |