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 | àZÂB | 1110000001011010100011001100001001000010 | e05a8cc242 |
SJIS-WIN | ?Z??B | 0011111101011010001111110011111101000010 | 3f5a3f3f42 |
EUC-JP | àZ?ÂB | 100011111010101110100010010110100011111110001111101010101010010001000010 | 8faba25a3f8faaa442 |
UTF-8 | àZÂB | 1100001110100000010110101100001010001100110000111000001001000010 | c3a05ac28cc38242 |
UHC | ?Z??B | 0011111101011010001111110011111101000010 | 3f5a3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)