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 | 챨채횆챔횗찼채 | 111011001011000110101000111011001011000110000100111011011001101010000110111011001011000110010100111011011001101010010111111011001011000010111100111011001011000110000100 | ecb1a8ecb184ed9a86ecb194ed9a97ecb0bcecb184 |
UHC | 챨채횆챔횗찼채 | 1100001110110000110000111010010011000011100001001100001110101000110000111001000111000011101000011100001110100100 | c3b0c3a4c384c3a8c391c3a1c3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)