#include <stdio.h>

int main() {
	char t = 'х';
	printf( "%x", t );
	
	return 0;
}