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 | 盛艾 | 10010000101101111110010010001000 | 90b7e488 |
EUC-JP | 盛艾 | 11000000101110011110011111101000 | c0b9e7e8 |
UTF-8 | 盛艾 | 111001111001101110011011111010001000100110111110 | e79b9be889be |
UHC | 盛艾 | 11100000111111001110010011110101 | e0fce4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)