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^ | 11100000110010010110001101011110 | e0c9635e |
EUC-JP | 猖c^ | 11100000110010110110001101011110 | e0cb635e |
UTF-8 | 猖c^ | 1110011110001100100101100110001101011110 | e78c96635e |
UHC | 猖c^ | 11110011111010010110001101011110 | f3e9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)