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 | 没磆 | 10010110011101101110000111110101 | 9676e1f5 |
EUC-JP | 没磆 | 11001011110101111110001011110111 | cbd7e2f7 |
UTF-8 | 没磆 | 111001101011001010100001111001111010001110000110 | e6b2a1e7a386 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)