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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 在?????^ | 1000110111011101001111110011111100111111001111110011111101011110 | 8ddd3f3f3f3f3f5e |
EUC-JP | 在?????^ | 1011101011011111001111110011111100111111001111110011111101011110 | badf3f3f3f3f3f5e |
UTF-8 | 在쇤렣희렰렰^ | 11100101100111001010100011101100100001111010010011101011101000001010001111101101100111011010110011101011101000001011000011101011101000001011000001011110 | e59ca8ec87a4eba0a3ed9daceba0b0eba0b05e |
UHC | 在쇤렣희렰렰^ | 11101110101001001011110011101001100011101011010011001000111100011000111010111101100011101011110101011110 | eea4bce98eb4c8f18ebd8ebd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)