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 | ê¹ä» | 1110101010111001100011111110010010111011 | eab98fe4bb |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ê??ä? | 100011111010101110110100001111110011111110001111101010111010001100111111 | 8fabb43f3f8faba33f |
UTF-8 | ê¹ä» | 11000011101010101100001010111001110000101000111111000011101001001100001010111011 | c3aac2b9c28fc3a4c2bb |
UHC | ?¹??? | 001111111010100111110110001111110011111100111111 | 3fa9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)