What is ASCII code of A to Z and a to z?

Answer:
From 'A' to 'Z' would be from 0x41 to 0x5A in ASCII table.
From 'a' to 'z' would be from 0x61 to 0x7A in ASCII table.
First answer by David.lt. Last edit by David.lt. Contributor trust: 23 [recommend contributor recommended]. Question popularity: 5 [recommend question].