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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 祭潘?^ | 100011011101010111100000010011100011111101011110 | 8dd5e04e3f5e |
EUC-JP | 祭潘?^ | 101110101101011111011111101011110011111101011110 | bad7dfaf3f5e |
UTF-8 | 祭潘ㄼ^ | 11100111101001011010110111100110101111011001100011100011100001001011110001011110 | e7a5ade6bd98e384bc5e |
UHC | 祭潘ㄼ^ | 11110000101011101101101011101011101001001010110001011110 | f0aedaeba4ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)