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 | êïëB | 11101010111011111001110111101011100100011001110101000010 | eaef9deb919d42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | êï?ë??B | 10001111101010111011010010001111101010111100000100111111100011111010101110110011001111110011111101000010 | 8fabb48fabc13f8fabb33f3f42 |
UTF-8 | êïëB | 11000011101010101100001110101111110000101001110111000011101010111100001010010001110000101001110101000010 | c3aac3afc29dc3abc291c29d42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)