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 | ?c^ | 001111110110001101011110 | 3f635e |
SJIS-WIN | 責c^ | 10010000110100110110001101011110 | 90d3635e |
EUC-JP | 責c^ | 11000000110101010110001101011110 | c0d5635e |
UTF-8 | 責c^ | 1110100010110010101011000110001101011110 | e8b2ac635e |
UHC | 責c^ | 11110100101000010110001101011110 | f4a1635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)