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 | 扈冥卵 | 111001111011101110010110101110111001011110010001 | e7bb96bb9791 |
| EUC-JP | 扈冥卵 | 111011101011110111001100101111011100110111110001 | eebdccbdcdf1 |
| UTF-8 | 扈冥卵 | 111001101000100110001000111001011000011010100101111001011000110110110101 | e68988e586a5e58db5 |
| UHC | 扈冥卵 | 111110111100001111011001101000101101010110110000 | fbc3d9a2d5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)