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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 嶸殷 | 11111010101101001001111101110101 | fab49f75 |
EUC-JP | 嶸殷 | 1000111110111011111101001101110111010110 | 8fbbf4ddd6 |
UTF-8 | 嶸殷 | 111001011011011010111000111001101010111010110111 | e5b6b8e6aeb7 |
UHC | 嶸殷 | 11100111101011101110101111011100 | e7aeebdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)