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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 螟食 | 11100101101001001001000001001000 | e5a49048 |
EUC-JP | 螟食 | 11101010101001101011111110101001 | eaa6bfa9 |
UTF-8 | 螟食 | 111010001001111010011111111010011010001110011111 | e89e9fe9a39f |
UHC | 螟食 | 11011001101011011110001111011101 | d9ade3dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)