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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 潁o | 100111111111000101101111 | 9ff16f |
EUC-JP | 潁o | 110111101111001101101111 | def36f |
UTF-8 | 潁o | 11100110101111011000000101101111 | e6bd816f |
UHC | 潁o | 111001111011100001101111 | e7b86f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)