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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횒횂짠챌짚짰횑 | 111011011001101010010010111011011001101010000010111011001010011110100000111011001011000110001100111011001010011110011010111011001010011110110000111011011001101010010001 | ed9a92ed9a82eca7a0ecb18ceca79aeca7b0ed9a91 |
UHC | 횒횂짠챌짚짰횑 | 1100001110001101110000111000001011000010101001111100001110100111110000101010010011000010101011101100001110001100 | c38dc382c2a7c3a7c2a4c2aec38c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)