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 | 二 | 10010011111100011111100111111011 | 93f1f9fb |
EUC-JP | 二? | 110001101111001100111111 | c6f33f |
UTF-8 | 二 | 111001001011101010001100111011101001110110010110 | e4ba8cee9d96 |
UHC | 二? | 111011001010001100111111 | eca33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)