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 | 箋冥卵 | 111000101011001110010110101110111001011110010001 | e2b396bb9791 |
| EUC-JP | 箋冥卵 | 111001001011010111001100101111011100110111110001 | e4b5ccbdcdf1 |
| UTF-8 | 箋冥卵 | 111001111010111010001011111001011000011010100101111001011000110110110101 | e7ae8be586a5e58db5 |
| UHC | 箋冥卵 | 111011111010100011011001101000101101010110110000 | efa8d9a2d5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)