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 | æxçB | 1110011001111000111001111001101101000010 | e678e79b42 |
SJIS-WIN | ?x??B | 0011111101111000001111110011111101000010 | 3f783f3f42 |
EUC-JP | æxç?B | 100011111010100111000001011110001000111110101011101011100011111101000010 | 8fa9c1788fabae3f42 |
UTF-8 | æxçB | 1100001110100110011110001100001110100111110000101001101101000010 | c3a678c3a7c29b42 |
UHC | æx??B | 101010011010000101111000001111110011111101000010 | a9a1783f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)