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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | ???嬋?^ | 00111111001111110011111110011011011010000011111101011110 | 3f3f3f9b683f5e |
| EUC-JP | ???嬋?^ | 00111111001111110011111111010101110010010011111101011110 | 3f3f3fd5c93f5e |
| UTF-8 | 섣셩셉嬋섐^ | 11101100100001001010001111101100100001011010100111101100100001011000100111100101101011001000101111101100100001001001000001011110 | ec84a3ec85a9ec8589e5ac8bec84905e |
| UHC | 섣셩셉嬋섐^ | 1011110010110010101111001100110110111100110000011110000010111101101111001010101101011110 | bcb2bccdbcc1e0bdbcab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)