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 | ë«ê»®` | 11101011101010111001011111101010101110111010111001100000 | ebab97eabbae60 |
SJIS-WIN | ??????` | 00111111001111110011111100111111001111110011111101100000 | 3f3f3f3f3f3f60 |
EUC-JP | ë??ê?®` | 10001111101010111011001100111111001111111000111110101011101101000011111110001111101000101110111001100000 | 8fabb33f3f8fabb43f8fa2ee60 |
UTF-8 | ë«ê»®` | 11000011101010111100001010101011110000101001011111000011101010101100001010111011110000101010111001100000 | c3abc2abc297c3aac2bbc2ae60 |
UHC | ?????®` | 0011111100111111001111110011111100111111101000101110011101100000 | 3f3f3f3f3fa2e760 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)