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 | nh | 10010011011011101000001001101000 | 936e8268 |
SJIS-WIN | ?n?h | 00111111011011100011111101101000 | 3f6e3f68 |
EUC-JP | ?n?h | 00111111011011100011111101101000 | 3f6e3f68 |
UTF-8 | nh | 110000101001001101101110110000101000001001101000 | c2936ec28268 |
UHC | ?n?h | 00111111011011100011111101101000 | 3f6e3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)