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 | 兒瀏 | 10011001010110101110000001100111 | 995ae067 |
| EUC-JP | 兒瀏 | 11010001101110111101111111001000 | d1bbdfc8 |
| UTF-8 | 兒瀏 | 111001011000010110010010111001111000000010001111 | e58592e7808f |
| UHC | 兒瀏 | 11100100101011101101011110110111 | e4aed7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)