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 | 111000000101010001101111 | e0546f |
EUC-JP | 澣o | 110111111011010101101111 | dfb56f |
UTF-8 | 澣o | 11100110101111101010001101101111 | e6bea36f |
UHC | 澣o | 111110011101010001101111 | f9d46f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)