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 | 諠嗅 | 11100110100000111001101001101011 | e6839a6b |
EUC-JP | 諠嗅 | 11101011111000111101001111001100 | ebe3d3cc |
UTF-8 | 諠嗅 | 111010001010101110100000111001011001011110000101 | e8aba0e59785 |
UHC | ?嗅 | 001111111111110110101011 | 3ffdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)