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{^ | 111000011011000101101110011111011110000110110001011011100111101101011110 | e1b16e7de1b16e7b5e |
EUC-JP | 盂n}盂n{^ | 111000101011001101101110011111011110001010110011011011100111101101011110 | e2b36e7de2b36e7b5e |
UTF-8 | 盂n}盂n{^ | 1110011110011011100000100110111001111101111001111001101110000010011011100111101101011110 | e79b826e7de79b826e7b5e |
UHC | 盂n}盂n{^ | 111010011101110101101110011111011110100111011101011011100111101101011110 | e9dd6e7de9dd6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)