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 | 咼磴 | 10011010010001001110001001000011 | 9a44e243 |
EUC-JP | 咼磴 | 11010011101001011110001110100100 | d3a5e3a4 |
UTF-8 | 咼磴 | 111001011001001010111100111001111010001110110100 | e592bce7a3b4 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)