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^ | 10001001011111100100010010001001011111100100010001011110 | 897e44897e445e |
SJIS-WIN | ?~D?~D^ | 00111111011111100100010000111111011111100100010001011110 | 3f7e443f7e445e |
EUC-JP | ?~D?~D^ | 00111111011111100100010000111111011111100100010001011110 | 3f7e443f7e445e |
UTF-8 | ~D~D^ | 110000101000100101111110010001001100001010001001011111100100010001011110 | c2897e44c2897e445e |
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)