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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 域??@h | 100010001110011000111111001111110100000001101000 | 88e63f3f4068 |
EUC-JP | 域??@h | 101100001110100000111111001111110100000001101000 | b0e83f3f4068 |
UTF-8 | 域⑴솈@h | 1110010110011111100111111110001010010001101101001110110010000110100010000100000001101000 | e59f9fe291b4ec86884068 |
UHC | 域⑴솈@h | 1110011010110100101010011110011110011001100011000100000001101000 | e6b4a9e7998c4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)