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 | ?w}?w{^ | 00111111011101110111110100111111011101110111101101011110 | 3f777d3f777b5e |
SJIS-WIN | 但w}但w{^ | 100100100100000101110111011111011001001001000001011101110111101101011110 | 9241777d9241777b5e |
EUC-JP | 但w}但w{^ | 110000111010001001110111011111011100001110100010011101110111101101011110 | c3a2777dc3a2777b5e |
UTF-8 | 但w}但w{^ | 1110010010111101100001100111011101111101111001001011110110000110011101110111101101011110 | e4bd86777de4bd86777b5e |
UHC | 但w}但w{^ | 110100111010001101110111011111011101001110100011011101110111101101011110 | d3a3777dd3a3777b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)