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 | 誰担 | 10010010010011101001001001010011 | 924e9253 |
EUC-JP | 誰担 | 11000011101011111100001110110100 | c3afc3b4 |
UTF-8 | 誰担 | 111010001010101010110000111001101000101110000101 | e8aab0e68b85 |
UHC | 誰? | 111000101100000100111111 | e2c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)