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 | é¥ê»ë | 11101001101001011001001011101010101110111001001111101011 | e9a592eabb93eb |
SJIS-WIN | ?¥????? | 0011111110000001100011110011111100111111001111110011111100111111 | 3f818f3f3f3f3f3f |
EUC-JP | é??ê??ë | 10001111101010111011000100111111001111111000111110101011101101000011111100111111100011111010101110110011 | 8fabb13f3f8fabb43f3f8fabb3 |
UTF-8 | é¥ê»ë | 1100001110101001110000101010010111000010100100101100001110101010110000101011101111000010100100111100001110101011 | c3a9c2a5c292c3aac2bbc293c3ab |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)