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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 跣ゥD跣ゥD^ | 111001101110111110101001010001001110011011101111101010010100010001011110 | e6efa944e6efa9445e |
EUC-JP | 跣ゥD跣ゥD^ | 1110110011110001100011101010100101000100111011001111000110001110101010010100010001011110 | ecf18ea944ecf18ea9445e |
UTF-8 | 跣ゥD跣ゥD^ | 111010001011011110100011111011111011110110101001010001001110100010110111101000111110111110111101101010010100010001011110 | e8b7a3efbda944e8b7a3efbda9445e |
UHC | 跣?D跣?D^ | 111000001101001100111111010001001110000011010011001111110100010001011110 | e0d33f44e0d33f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)