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 | 夕垂 | 10010111010110111001000010000010 | 975b9082 |
EUC-JP | 夕垂 | 11001101101111001011111111100010 | cdbcbfe2 |
UTF-8 | 夕垂 | 111001011010010010010101111001011001111010000010 | e5a495e59e82 |
UHC | 夕垂 | 11100000101010101110000111110111 | e0aae1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)