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 | éëY | 11101001111010111001100101011001 | e9eb9959 |
SJIS-WIN | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
EUC-JP | éë?Y | 1000111110101011101100011000111110101011101100110011111101011001 | 8fabb18fabb33f59 |
UTF-8 | éëY | 11000011101010011100001110101011110000101001100101011001 | c3a9c3abc29959 |
UHC | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)