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 | 鶉貅 | 11101010010001111110011010111010 | ea47e6ba |
EUC-JP | 鶉貅 | 11110011101010001110110010111100 | f3a8ecbc |
UTF-8 | 鶉貅 | 111010011011011010001001111010001011001010000101 | e9b689e8b285 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)