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 | èþ»I | 11101000111111101011101101001001 | e8febb49 |
SJIS-WIN | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
EUC-JP | èþ?I | 1000111110101011101100101000111110101001110100000011111101001001 | 8fabb28fa9d03f49 |
UTF-8 | èþ»I | 11000011101010001100001110111110110000101011101101001001 | c3a8c3bec2bb49 |
UHC | ?þ?I | 0011111110101001101011010011111101001001 | 3fa9ad3f49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)