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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | セャ煮硝BF | 10111110101011001000111011001111100011111100100111110100011011110100001001000110 | beac8ecf8fc9f46f4246 |
EUC-JP | セャ煮硝?BF | 1000111010111110100011101010110010111100110100011011111011001011001111110100001001000110 | 8ebe8eacbcd1becb3f4246 |
UTF-8 | セャ煮硝BF | 1110111110111101101111101110111110111101101011001110011110000101101011101110011110100001100111011110111010001100100111110100001001000110 | efbdbeefbdace785aee7a19dee8c9f4246 |
UHC | ??煮硝?BF | 001111110011111111101101101101001111010110100110001111110100001001000110 | 3f3fedb4f5a63f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)