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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 陳n}陳n{^ | 100100101100001001101110011111011001001011000010011011100111101101011110 | 92c26e7d92c26e7b5e |
EUC-JP | 陳n}陳n{^ | 110001001100010001101110011111011100010011000100011011100111101101011110 | c4c46e7dc4c46e7b5e |
UTF-8 | 陳n}陳n{^ | 1110100110011001101100110110111001111101111010011001100110110011011011100111101101011110 | e999b36e7de999b36e7b5e |
UHC | 陳n}陳n{^ | 111100101110011101101110011111011111001011100111011011100111101101011110 | f2e76e7df2e76e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)