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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 嫉鶯 | 111100011110101010001110101110011110100111110010 | f1ea8eb9e9f2 |
EUC-JP | ?嫉鶯 | 0011111110111100101110111111001011110100 | 3fbcbbf2f4 |
UTF-8 | 嫉鶯 | 111011101000010110100101111001011010101110001001111010011011011010101111 | ee85a5e5ab89e9b6af |
UHC | ?嫉鶯 | 0011111111110010111011001110010110100011 | 3ff2ece5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)