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 | 100010111100011001101111 | 8bc66f |
EUC-JP | 業o | 101101101100100001101111 | b6c86f |
UTF-8 | 業o | 11100110101001011010110101101111 | e6a5ad6f |
UHC | 業o | 111001011111011001101111 | e5f66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)