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üh | 1110100001000101100011111111110001101000 | e8458ffc68 |
SJIS-WIN | ?E??h | 0011111101000101001111110011111101101000 | 3f453f3f68 |
EUC-JP | èE?üh | 100011111010101110110010010001010011111110001111101010111110010001101000 | 8fabb2453f8fabe468 |
UTF-8 | èEüh | 1100001110101000010001011100001010001111110000111011110001101000 | c3a845c28fc3bc68 |
UHC | ?E??h | 0011111101000101001111110011111101101000 | 3f453f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)