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^ | 001111110101010101011110 | 3f555e |
SJIS-WIN | 叩U^ | 10010010010000000101010101011110 | 9240555e |
EUC-JP | 叩U^ | 11000011101000010101010101011110 | c3a1555e |
UTF-8 | 叩U^ | 1110010110001111101010010101010101011110 | e58fa9555e |
UHC | 叩U^ | 11001101101100000101010101011110 | cdb0555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)