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 | ??簿 | 00111111001111111001010111101011 | 3f3f95eb |
| EUC-JP | ??簿 | 00111111001111111100101011101101 | 3f3fcaed |
| UTF-8 | 뤕㏅簿 | 111010111010010010010101111000111000111110000101111001111011000010111111 | eba495e38f85e7b0bf |
| UHC | 뤕㏅簿 | 100011111100010110100111111000001101110110101101 | 8fc5a7e0ddad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)