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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 證?n}證?n{^ | 1110011010011010001111110110111001111101111001101001101000111111011011100111101101011110 | e69a3f6e7de69a3f6e7b5e |
EUC-JP | 證?n}證?n{^ | 1110101111111010001111110110111001111101111010111111101000111111011011100111101101011110 | ebfa3f6e7debfa3f6e7b5e |
UTF-8 | 證豈n}證豈n{^ | 1110100010101101100010011110111110100100100000000110111001111101111010001010110110001001111011111010010010000000011011100111101101011110 | e8ad89efa4806e7de8ad89efa4806e7b5e |
UHC | 證豈n}證豈n{^ | 11110001111110111100101111010000011011100111110111110001111110111100101111010000011011100111101101011110 | f1fbcbd06e7df1fbcbd06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)