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 | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 챨쨉쨈챔횒챦e^ | 1110110010110001101010001110110010101000100010011110110010101000100010001110110010110001100101001110110110011010100100101110110010110001101001100110010101011110 | ecb1a8eca889eca888ecb194ed9a92ecb1a6655e |
UHC | 챨쨉쨈챔횒챦e^ | 1100001110110000110000101011010111000010101101001100001110101000110000111000110111000011101011110110010101011110 | c3b0c2b5c2b4c3a8c38dc3af655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)