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 | àch | 11100000011000111001000001101000 | e0639068 |
SJIS-WIN | ?c?h | 00111111011000110011111101101000 | 3f633f68 |
EUC-JP | àc?h | 100011111010101110100010011000110011111101101000 | 8faba2633f68 |
UTF-8 | àch | 110000111010000001100011110000101001000001101000 | c3a063c29068 |
UHC | ?c?h | 00111111011000110011111101101000 | 3f633f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)