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 | 域搖 | 10001000111001101001110110001010 | 88e69d8a |
EUC-JP | 域搖 | 10110000111010001101100111101010 | b0e8d9ea |
UTF-8 | 域搖 | 111001011001111110011111111001101001000010010110 | e59f9fe69096 |
UHC | 域搖 | 11100110101101001110100011110100 | e6b4e8f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)