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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴉寃??? | 11101001111010111001101110000011001111110011111100111111 | e9eb9b833f3f3f |
EUC-JP | 鴉寃??? | 11110010111011011101010111100011001111110011111100111111 | f2edd5e33f3f3f |
UTF-8 | 鴉寃렕렚뤕 | 111010011011010010001001111001011010111110000011111010111010000010010101111010111010000010011010111010111010010010010101 | e9b489e5af83eba095eba09aeba495 |
UHC | 鴉寃렕렚뤕 | 11100100101111001110101010110010100011101010101010001110101011011000111111000101 | e4bceab28eaa8ead8fc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)