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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 依拒依居^ | 100010001100101110001011100100011000100011001011100010111000111101011110 | 88cb8b9188cb8b8f5e |
EUC-JP | 依拒依居^ | 101100001100110110110101111100011011000011001101101101011110111101011110 | b0cdb5f1b0cdb5ef5e |
UTF-8 | 依拒依居^ | 11100100101111101001110111100110100010111001001011100100101111101001110111100101101100011000010101011110 | e4be9de68b92e4be9de5b1855e |
UHC | 依拒依居^ | 111010111110111011001011110111101110101111101110110010111101110001011110 | ebeecbdeebeecbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)