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 | CQLCQL^ | 100100100100001101010001010011001001001001000011010100010100110001011110 | 9243514c9243514c5e |
SJIS-WIN | ?CQL?CQL^ | 001111110100001101010001010011000011111101000011010100010100110001011110 | 3f43514c3f43514c5e |
EUC-JP | ?CQL?CQL^ | 001111110100001101010001010011000011111101000011010100010100110001011110 | 3f43514c3f43514c5e |
UTF-8 | CQLCQL^ | 1100001010010010010000110101000101001100110000101001001001000011010100010100110001011110 | c29243514cc29243514c5e |
UHC | ?CQL?CQL^ | 001111110100001101010001010011000011111101000011010100010100110001011110 | 3f43514c3f43514c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)