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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 懿??@B | 100111001111001000111111001111110100000001000010 | 9cf23f3f4042 |
EUC-JP | 懿??@B | 110110001111010000111111001111110100000001000010 | d8f43f3f4042 |
UTF-8 | 懿뚮젡@B | 1110011010000111101111111110101110011010101011101110110010100000101000010100000001000010 | e687bfeb9aaeeca0a14042 |
UHC | 懿뚮젡@B | 1110101111110011100011001110101110100000100110100100000001000010 | ebf38ceba09a4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)