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{^ | 10010000110011101111101110001110011011100111110110010000110011101111101110001110011011100111101101011110 | 90cefb8e6e7d90cefb8e6e7b5e |
EUC-JP | 石?n}石?n{^ | 1100000011010000001111110110111001111101110000001101000000111111011011100111101101011110 | c0d03f6e7dc0d03f6e7b5e |
UTF-8 | 石緖n}石緖n{^ | 1110011110011111101100111110011110110111100101100110111001111101111001111001111110110011111001111011011110010110011011100111101101011110 | e79fb3e7b7966e7de79fb3e7b7966e7b5e |
UHC | 石緖n}石緖n{^ | 11100000101101001101111111111101011011100111110111100000101101001101111111111101011011100111101101011110 | e0b4dffd6e7de0b4dffd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)