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 | æë¥h | 11100110100011111001011011101011101001011001011101101000 | e68f96eba59768 |
SJIS-WIN | ????¥?h | 0011111100111111001111110011111110000001100011110011111101101000 | 3f3f3f3f818f3f68 |
EUC-JP | æ??ë??h | 1000111110101001110000010011111100111111100011111010101110110011001111110011111101101000 | 8fa9c13f3f8fabb33f3f68 |
UTF-8 | æë¥h | 11000011101001101100001010001111110000101001011011000011101010111100001010100101110000101001011101101000 | c3a6c28fc296c3abc2a5c29768 |
UHC | æ?????h | 1010100110100001001111110011111100111111001111110011111101101000 | a9a13f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)