Damn he figured it out all the way to lowercase? I would have stopped at 9.
Also bonus, besides Binary there is a thing called Hexadecimal. While Binary is a 2-number system (1 and 0), Hexadecimal is a 16-number system that uses 0-9 and A-F.
So for 15, Binary is 1111, and Hexadecimal is F.