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 | 豼哘 | 11100110101111111001101001000101 | e6bf9a45 |
EUC-JP | 豼哘 | 11101100110000011101001110100110 | ecc1d3a6 |
UTF-8 | 豼哘 | 111010001011000110111100111001011001001110011000 | e8b1bce59398 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)