a = '가';

if( a & 0x80 ) //128 = 1000 0000

printf("한글");

else

printf("영어");


출력 : 한글

Posted by Yann'
,