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^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 燧D燧D^ | 11100000100111000100010011100000100111000100010001011110 | e09c44e09c445e |
EUC-JP | 燧D燧D^ | 11011111111111000100010011011111111111000100010001011110 | dffc44dffc445e |
UTF-8 | 燧D燧D^ | 111001111000011110100111010001001110011110000111101001110100010001011110 | e787a744e787a7445e |
UHC | 燧D燧D^ | 11100010101011000100010011100010101011000100010001011110 | e2ac44e2ac445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)