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 | ? | 00111111 | 3f |
SJIS-WIN | 疑 | 1000101101011110 | 8b5e |
EUC-JP | 疑 | 1011010110111111 | b5bf |
UTF-8 | 疑 | 111001111001011010010001 | e79691 |
UHC | 疑 | 1110101111110111 | ebf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)