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 | 佚?贓?^ | 10011000110000110011111111100110110110010011111101011110 | 98c33fe6d93f5e |
EUC-JP | 佚?贓?^ | 11010000110001010011111111101100110110110011111101011110 | d0c53fecdb3f5e |
UTF-8 | 佚렡贓렑^ | 11100100101111011001101011101011101000001010000111101000101101001001001111101011101000001001000101011110 | e4bd9aeba0a1e8b493eba0915e |
UHC | 佚렡贓렑^ | 111011001110101010001110101100101110110111111100100011101010011001011110 | ecea8eb2edfc8ea65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)