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 | 夷蝎 | 10001000110011101110010110011001 | 88cee599 |
EUC-JP | 夷蝎 | 10110000110100001110100111111001 | b0d0e9f9 |
UTF-8 | 夷蝎 | 111001011010010010110111111010001001110110001110 | e5a4b7e89d8e |
UHC | 夷蝎 | 11101100101010001100101011101001 | eca8cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)