The Fibonacci code is a universal code which encodes smaller numbers into shorter code words. All tokens end with "11" and have no "11" before the end. The code begins as follows:
To decode a token in the code, remove the last "1", assign the remaining bits the values 1,2,3,5,8,13... (the Fibonacci numbers), and add the "1" bits.