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 | 棕璃 | 10011110101000011001011110011110 | 9ea1979e |
| EUC-JP | 棕璃 | 11011100101000111100110111111110 | dca3cdfe |
| UTF-8 | 棕璃 | 111001101010001110010101111001111001001010000011 | e6a395e79283 |
| UHC | 棕璃 | 11110000111101111101011111100011 | f0f7d7e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)