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^ | 10010010010000000110001101011110 | 9240635e |
EUC-JP | 叩c^ | 11000011101000010110001101011110 | c3a1635e |
UTF-8 | 叩c^ | 1110010110001111101010010110001101011110 | e58fa9635e |
UHC | 叩c^ | 11001101101100000110001101011110 | cdb0635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)