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{^ | 1001000010100101001111110110111001111101100100001010010100111111011011100111101101011110 | 90a53f6e7d90a53f6e7b5e |
EUC-JP | 是?n}是?n{^ | 1100000010100111001111110110111001111101110000001010011100111111011011100111101101011110 | c0a73f6e7dc0a73f6e7b5e |
UTF-8 | 是뤂n}是뤂n{^ | 1110011010011000101011111110101110100100100000100110111001111101111001101001100010101111111010111010010010000010011011100111101101011110 | e698afeba4826e7de698afeba4826e7b5e |
UHC | 是뤂n}是뤂n{^ | 11100011110000001000111110110011011011100111110111100011110000001000111110110011011011100111101101011110 | e3c08fb36e7de3c08fb36e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)