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 | 鴃鶻 | 11101001111011101110101001010010 | e9eeea52 |
EUC-JP | 鴃鶻 | 11110010111100001111001110110011 | f2f0f3b3 |
UTF-8 | 鴃鶻 | 111010011011010010000011111010011011011010111011 | e9b483e9b6bb |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)