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 | 11101001100010011000100111100110100111111011010001000010 | e98989e69fb442 |
EUC-JP | 驩画浙B | 11110001111010011011001011101000110111101011011001000010 | f1e9b2e8deb642 |
UTF-8 | 驩画浙B | 11101001101010011010100111100111100101001011101111100110101101011001100101000010 | e9a9a9e794bbe6b59942 |
UHC | 驩?浙B | 111111001011111000111111111011111011101001000010 | fcbe3fefba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)