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 | 俗驃 | 10010001101011011110100101111110 | 91ade97e |
EUC-JP | 俗驃 | 11000010101011111111000111011111 | c2aff1df |
UTF-8 | 俗驃 | 111001001011111110010111111010011010100110000011 | e4bf97e9a983 |
UHC | 俗驃 | 11100001110101001111100011111110 | e1d4f8fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)