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 | »Ýí»Þ^ | 10001111101110111101110111101101101110111101111001011110 | 8fbbddedbbde5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??Ýí?Þ^ | 00111111001111111000111110101010111100101000111110101011101111110011111110001111101010011011000001011110 | 3f3f8faaf28fabbf3f8fa9b05e |
UTF-8 | »Ýí»Þ^ | 11000010100011111100001010111011110000111001110111000011101011011100001010111011110000111001111001011110 | c28fc2bbc39dc3adc2bbc39e5e |
UHC | ?????Þ^ | 0011111100111111001111110011111100111111101010001010110101011110 | 3f3f3f3f3fa8ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)