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^ | 11100000101101110100010011100000101101110100010001011110 | e0b744e0b7445e |
EUC-JP | 犢D犢D^ | 11100000101110010100010011100000101110010100010001011110 | e0b944e0b9445e |
UTF-8 | 犢D犢D^ | 111001111000101010100010010001001110011110001010101000100100010001011110 | e78aa244e78aa2445e |
UHC | 犢D犢D^ | 11010100101110110100010011010100101110110100010001011110 | d4bb44d4bb445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)