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 | 莉匁純 | 111001001011101110010110111001101000111110000011 | e4bb96e68f83 |
| EUC-JP | 莉匁純 | 111010001011110111001100111010001011110111100011 | e8bdcce8bde3 |
| UTF-8 | 莉匁純 | 111010001000111010001001111001011000110010000001111001111011010010010100 | e88e89e58c81e7b494 |
| UHC | 莉?純 | 1101011111101001001111111110001011101101 | d7e93fe2ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)