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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 材盟? | 1000110111011110100101101011111100111111 | 8dde96bf3f |
EUC-JP | 材盟? | 1011101011100000110011001100000100111111 | bae0ccc13f |
UTF-8 | 材盟림 | 111001101001110110010000111001111001101110011111111010111010011010111100 | e69d90e79b9feba6bc |
UHC | 材盟림 | 111011101010011111011000111011111011100010110010 | eea7d8efb8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)