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 | 案擾 | 10001000110001001000111111101111 | 88c48fef |
EUC-JP | 案擾 | 10110000110001101011111011110001 | b0c6bef1 |
UTF-8 | 案擾 | 111001101010000110001000111001101001001110111110 | e6a188e693be |
UHC | 案擾 | 11100100110100001110100011110110 | e4d0e8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)