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 | èß²æä | 11101000110111111011001011100110100110011000111111100100 | e8dfb2e6998fe4 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | èß?æ??ä | 100011111010101110110010100011111010100111001110001111111000111110101001110000010011111100111111100011111010101110100011 | 8fabb28fa9ce3f8fa9c13f3f8faba3 |
UTF-8 | èß²æä | 1100001110101000110000111001111111000010101100101100001110100110110000101001100111000010100011111100001110100100 | c3a8c39fc2b2c3a6c299c28fc3a4 |
UHC | ?ß²æ??? | 00111111101010011010110010101001111101111010100110100001001111110011111100111111 | 3fa9aca9f7a9a13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)