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 | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
SJIS-WIN | 塢??U^ | 100110101100011100111111001111110101010101011110 | 9ac73f3f555e |
EUC-JP | 塢??U^ | 110101001100100100111111001111110101010101011110 | d4c93f3f555e |
UTF-8 | 塢뽳쉘U^ | 1110010110100001101000101110101110111101101100111110110010001001100110000101010101011110 | e5a1a2ebbdb3ec8998555e |
UHC | 塢뽳쉘U^ | 1110011111110001100101101110111110111101101010010101010101011110 | e7f196efbda9555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)