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{^ | 100100001111100101101110011111011001000011111001011011100111101101011110 | 90f96e7d90f96e7b5e |
EUC-JP | 旋n}旋n{^ | 110000001111101101101110011111011100000011111011011011100111101101011110 | c0fb6e7dc0fb6e7b5e |
UTF-8 | 旋n}旋n{^ | 1110011010010111100010110110111001111101111001101001011110001011011011100111101101011110 | e6978b6e7de6978b6e7b5e |
UHC | 旋n}旋n{^ | 111000001100000101101110011111011110000011000001011011100111101101011110 | e0c16e7de0c16e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)