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 | 材盲? | 1000110111011110100101101101001100111111 | 8dde96d33f |
EUC-JP | 材盲? | 1011101011100000110011001101010100111111 | bae0ccd53f |
UTF-8 | 材盲객 | 111001101001110110010000111001111001101110110010111010101011000010011101 | e69d90e79bb2eab09d |
UHC | 材盲객 | 111011101010011111011000111011101011000010110100 | eea7d8eeb0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)