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 | ?_ | 0011111101011111 | 3f5f |
SJIS-WIN | 続_ | 100100011011000101011111 | 91b15f |
EUC-JP | 続_ | 110000101011001101011111 | c2b35f |
UTF-8 | 続_ | 11100111101101101001101001011111 | e7b69a5f |
UHC | ?_ | 0011111101011111 | 3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)