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 | Nq | 10011011010011101001101101110001 | 9b4e9b71 |
SJIS-WIN | ?N?q | 00111111010011100011111101110001 | 3f4e3f71 |
EUC-JP | ?N?q | 00111111010011100011111101110001 | 3f4e3f71 |
UTF-8 | Nq | 110000101001101101001110110000101001101101110001 | c29b4ec29b71 |
UHC | ?N?q | 00111111010011100011111101110001 | 3f4e3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)