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 | 聊莠 | 11100011110101101110010010111010 | e3d6e4ba |
EUC-JP | 聊莠 | 11100110110110001110100010111100 | e6d8e8bc |
UTF-8 | 聊莠 | 111010001000000110001010111010001000111010100000 | e8818ae88ea0 |
UHC | 聊? | 110101101111110100111111 | d6fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)