#include int main() { printf("%c\n", '\x41'); //100 0100 return 0; }