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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 韈画浙B | 11101000111001111000100111100110100111111011010001000010 | e8e789e69fb442 |
EUC-JP | 韈画浙B | 11110000111010011011001011101000110111101011011001000010 | f0e9b2e8deb642 |
UTF-8 | 韈画浙B | 11101001100111111000100011100111100101001011101111100110101101011001100101000010 | e99f88e794bbe6b59942 |
UHC | ??浙B | 0011111100111111111011111011101001000010 | 3f3fefba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)