Lets do counting, I can do counting. Let's make it trickier and do binary counting, the first number in the list is the decimal equivalent. Dead handy if each character in a string has only 2 options.
1. 00000
2. 00001
3. 00010
4. 00011
5. 00100
6. 00101
7. 00110
8. 00111
9. 01000
10.01001
11.01010
12.01011
13.01100
14.01101
15.01110
16.01111
17.10000
18.10001
19.10010
20.10011
21.10100
22.10101
23.10110
24.10111
25.11000
26.11001
27.11010
28.11011
29.11100
30.11101
31.11110
32.11111