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^ | 1110110010000101100011011110101110100000101010011110101110100000101101101110110010000101100011011110101110100000101101101110101110100000100110100110010101011110 | ec858deba0a9eba0b6ec858deba0b6eba09a655e |
UHC | 셍렩렶셍렶렚e^ | 1011110011000100100011101011011110001110110000011011110011000100100011101100000110001110101011010110010101011110 | bcc48eb78ec1bcc48ec18ead655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)