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 | ? | 00111111 | 3f |
SJIS-WIN | 董 | 1001001110011111 | 939f |
EUC-JP | 董 | 1100011010100001 | c6a1 |
UTF-8 | 董 | 111010001001000110100011 | e891a3 |
UHC | 董 | 1101010011011101 | d4dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)