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 | îe | 11101110100101101000110001100101 | ee968c65 |
SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
EUC-JP | î??e | 100011111010101111000010001111110011111101100101 | 8fabc23f3f65 |
UTF-8 | îe | 11000011101011101100001010010110110000101000110001100101 | c3aec296c28c65 |
UHC | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)