The last one below is a little surprising.
Code:
v:\> echo %@ascii[a]
97
v:\> echo %@ascii[^a]
97
v:\> echo %@ascii[A]
65
v:\> echo %@ascii[^A]
97