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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 雖蒿}雖蒿{^ | 1110010110101011111001001110010001111101111001011010101111100100111001000111101101011110 | e5abe4e47de5abe4e47b5e |
EUC-JP | 雖蒿}雖蒿{^ | 1110101010101101111010001110011001111101111010101010110111101000111001100111101101011110 | eaade8e67deaade8e67b5e |
UTF-8 | 雖蒿}雖蒿{^ | 111010011001101110010110111010001001001010111111011111011110100110011011100101101110100010010010101111110111101101011110 | e99b96e892bf7de99b96e892bf7b5e |
UHC | 雖蒿}雖蒿{^ | 1110001011001100111110111101101001111101111000101100110011111011110110100111101101011110 | e2ccfbda7de2ccfbda7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)