To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?Q?????? | 0011111101010001001111110011111100111111001111110011111100111111 | 3f513f3f3f3f3f3f |
SJIS-WIN | ?Q?????? | 0011111101010001001111110011111100111111001111110011111100111111 | 3f513f3f3f3f3f3f |
EUC-JP | ?Q?????? | 0011111101010001001111110011111100111111001111110011111100111111 | 3f513f3f3f3f3f3f |
UTF-8 | 청Q혟챦쩐혫챦쩍 | 11101100101100101010110101010001111011011001100010011111111011001011000110100110111011001010100110010000111011011001100010101011111011001011000110100110111011001010100110001101 | ecb2ad51ed989fecb1a6eca990ed98abecb1a6eca98d |
UHC | 청Q혟챦쩐혫챦쩍 | 110000111011101101010001110000101000100111000011101011111100001010111110110000101001001111000011101011111100001010111101 | c3bb51c289c3afc2bec293c3afc2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)