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 | 材盲件 | 100011011101111010010110110100111000110010001111 | 8dde96d38c8f |
EUC-JP | 材盲件 | 101110101110000011001100110101011011011111101111 | bae0ccd5b7ef |
UTF-8 | 材盲件 | 111001101001110110010000111001111001101110110010111001001011101110110110 | e69d90e79bb2e4bbb6 |
UHC | 材盲件 | 111011101010011111011000111011101100101111101100 | eea7d8eecbec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)