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 | Zc | 10001100010110101000000101100011 | 8c5a8163 |
SJIS-WIN | ?Z?c | 00111111010110100011111101100011 | 3f5a3f63 |
EUC-JP | ?Z?c | 00111111010110100011111101100011 | 3f5a3f63 |
UTF-8 | Zc | 110000101000110001011010110000101000000101100011 | c28c5ac28163 |
UHC | ?Z?c | 00111111010110100011111101100011 | 3f5a3f63 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)