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 | Äi | 10001000110001001001011101101001 | 88c49769 |
SJIS-WIN | ???i | 00111111001111110011111101101001 | 3f3f3f69 |
EUC-JP | ?Ä?i | 001111111000111110101010101000110011111101101001 | 3f8faaa33f69 |
UTF-8 | Äi | 11000010100010001100001110000100110000101001011101101001 | c288c384c29769 |
UHC | ???i | 00111111001111110011111101101001 | 3f3f3f69 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)