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 | 材憤 | 10001101110111101001010110101110 | 8dde95ae |
EUC-JP | 材憤 | 10111010111000001100101010110000 | bae0cab0 |
UTF-8 | 材憤 | 111001101001110110010000111001101000011010100100 | e69d90e686a4 |
UHC | 材憤 | 11101110101001111101110111001001 | eea7ddc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)