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 | ?∬子 | 0011111110000001111010001000111001110001 | 3f81e88e71 |
| EUC-JP | ?∬子 | 0011111110100010111010101011101111010010 | 3fa2eabbd2 |
| UTF-8 | 뤻∬子 | 111010111010010010111011111000101000100010101100111001011010110110010000 | eba4bbe288ace5ad90 |
| UHC | 뤻∬子 | 100011111110100110100001111100111110110110101101 | 8fe9a1f3edad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)