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 | ~D~D^ | 10011110011111100100010010011110011111100100010001011110 | 9e7e449e7e445e |
SJIS-WIN | ?~D?~D^ | 00111111011111100100010000111111011111100100010001011110 | 3f7e443f7e445e |
EUC-JP | ?~D?~D^ | 00111111011111100100010000111111011111100100010001011110 | 3f7e443f7e445e |
UTF-8 | ~D~D^ | 110000101001111001111110010001001100001010011110011111100100010001011110 | c29e7e44c29e7e445e |
UHC | ?~D?~D^ | 00111111011111100100010000111111011111100100010001011110 | 3f7e443f7e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)