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{^ | 11100111101101111001110101000101011011100111110111100111101101111001110101000101011011100111101101011110 | e7b79d456e7de7b79d456e7b5e |
EUC-JP | 邱戲n}邱戲n{^ | 11101110101110011101100110100110011011100111110111101110101110011101100110100110011011100111101101011110 | eeb9d9a66e7deeb9d9a66e7b5e |
UTF-8 | 邱戲n}邱戲n{^ | 1110100110000010101100011110011010001000101100100110111001111101111010011000001010110001111001101000100010110010011011100111101101011110 | e982b1e688b26e7de982b1e688b26e7b5e |
UHC | 邱?n}邱?n{^ | 1100111111001000001111110110111001111101110011111100100000111111011011100111101101011110 | cfc83f6e7dcfc83f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)