decoding binary decimal format
Each row represents a number. The first row corresponds to a value of 1, the second row corresponds to a value of 2, etc.
There is obviously a pattern, but sometimes the numbers seem very strange. I'm trying to decode how the numbers are being stored.
00111111111 1 0000000000000000000000000000000000000000000000000000000000000000000000000000
01000000000 0 0000000000000000000000000000000000000000000000000000000000000000000000000000
01000000000 0 1000000000000000000000000000000000000000000000000000000000000000000000000000
00111111110 100 00000000000000000000000000000000000000000000000000000000000000000000000000
01000000000 101 00000000000000000000000000000000000000000000000000000000000000000000000000
01000000000 110 00000000000000000000000000000000000000000000000000000000000000000000000000
01000000000 111 00000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0000 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0001 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0010 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0011 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0100 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0101 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0110 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 0111 0000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 10000 000000000000000000000000000000000000000000000000000000000000000000000000
00111111101 01110 000111100001111000011110000111100001111000011110000000000000000000000000
01000000001 10010 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 10011 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 10100 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 10101 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 10110 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 10111 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 11000 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 11001 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 11010 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 11011 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 11100 000000000000000000000000000000000000000000000000000000000000000000000000
00111111101 00001 101001111011100101100001000110100111101110010110000000000000000000000000
01000000001 11110 000000000000000000000000000000000000000000000000000000000000000000000000
01000000001 11111 000000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00000 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00001 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00010 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00011 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00100 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00101 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00110 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 00111 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 01000 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 01001 00000000000000000000000000000000000000000000000000000000000000000000000
001111111 0 01 10000 11000011000011000011000011000011000011000011000000000000000000000000000
010000000 1 00 01011 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 01100 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 01101 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 01110 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 01111 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 10000 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 10001 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 10010 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 10011 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 10100 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 10101 00000000000000000000000000000000000000000000000000000000000000000000000
001111111 0 01 00101 11101101000010010111101101000010010111101101000000000000000000000000000
010000000 1 00 10111 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11000 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11001 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11010 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11011 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11100 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11101 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11110 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 00 11111 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 00000 00000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 000001 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 000010 0000000000000000000000000000000000000000000000000000000000000000000000
001111111 0 00 111010 0100010011000110101011111100001011011101100111000000000000000000000000
010000000 1 01 000100 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 000101 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 000110 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 000111 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 001000 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 001001 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 001010 0000000000000000000000000000000000000000000000000000000000000000000000
010000000 1 01 001011 0000000000000000000000000000000000000000000000000000000000000000000000

