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 | ???E^ | 0011111100111111001111110100010101011110 | 3f3f3f455e |
SJIS-WIN | 絶??E^ | 100100001110001000111111001111110100010101011110 | 90e23f3f455e |
EUC-JP | 絶??E^ | 110000001110010000111111001111110100010101011110 | c0e43f3f455e |
UTF-8 | 絶귛뙒E^ | 1110011110110101101101101110101010110111100110111110101110011001100100100100010101011110 | e7b5b6eab79beb9992455e |
UHC | 絶귛뙒E^ | 1110111110111110100000101110010110001100100101110100010101011110 | efbe82e58c97455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)