How can I convert an integer to characters value?

For instance there is a number from 0 to 64
Then the
Integer Character equivalent
0 "00"
1 "01"
2 "02"
3 "03"
4 "04"
5 "05"
6 "06"
7 "07"
10 "10"
11 "11"