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 | èéw | 11101000111010011001001001110111 | e8e99277 |
SJIS-WIN | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
EUC-JP | èé?w | 1000111110101011101100101000111110101011101100010011111101110111 | 8fabb28fabb13f77 |
UTF-8 | èéw | 11000011101010001100001110101001110000101001001001110111 | c3a8c3a9c29277 |
UHC | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)