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^ | 11100000101110000100010011100000101110000100010001011110 | e0b844e0b8445e |
EUC-JP | 犧D犧D^ | 11100000101110100100010011100000101110100100010001011110 | e0ba44e0ba445e |
UTF-8 | 犧D犧D^ | 111001111000101010100111010001001110011110001010101001110100010001011110 | e78aa744e78aa7445e |
UHC | 犧D犧D^ | 11111101111110100100010011111101111110100100010001011110 | fdfa44fdfa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)