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^ | 0011111101101110001111110110111001011110 | 3f6e3f6e5e |
SJIS-WIN | 但n但n^ | 10010010010000010110111010010010010000010110111001011110 | 92416e92416e5e |
EUC-JP | 但n但n^ | 11000011101000100110111011000011101000100110111001011110 | c3a26ec3a26e5e |
UTF-8 | 但n但n^ | 111001001011110110000110011011101110010010111101100001100110111001011110 | e4bd866ee4bd866e5e |
UHC | 但n但n^ | 11010011101000110110111011010011101000110110111001011110 | d3a36ed3a36e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)