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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 奠?錠?^ | 10011010111110010011111110001111111110010011111101011110 | 9af93f8ff93f5e |
EUC-JP | 奠?錠?^ | 11010100111110110011111110111110111110110011111101011110 | d4fb3fbefb3f5e |
UTF-8 | 奠렩錠렣^ | 11100101101001011010000011101011101000001010100111101001100011001010000011101011101000001010001101011110 | e5a5a0eba0a9e98ca0eba0a35e |
UHC | 奠렩錠렣^ | 111011101111010110001110101101111110111111111100100011101011010001011110 | eef58eb7effc8eb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)