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 | 畢珞 | 10010101010011001110000011100010 | 954ce0e2 |
| EUC-JP | 畢珞 | 11001001101011011110000011100100 | c9ade0e4 |
| UTF-8 | 畢珞 | 111001111001010110100010111001111000111110011110 | e795a2e78f9e |
| UHC | 畢珞 | 11111001101101001101010110101000 | f9b4d5a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)