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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鴉寃?? | 111010011110101110011011100000110011111100111111 | e9eb9b833f3f |
EUC-JP | 鴉寃?? | 111100101110110111010101111000110011111100111111 | f2edd5e33f3f |
UTF-8 | 鴉寃렕렚 | 111010011011010010001001111001011010111110000011111010111010000010010101111010111010000010011010 | e9b489e5af83eba095eba09a |
UHC | 鴉寃렕렚 | 1110010010111100111010101011001010001110101010101000111010101101 | e4bceab28eaa8ead |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)