How do I ensure that the characters that I am using are in either UNICODE or ASCII?

e.g.

is

Code:
const char* aString = "hello";
going to be stored in ASCII or UNICODE?

Thanks!