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 | ?????w | 001111110011111100111111001111110011111101110111 | 3f3f3f3f3f77 |
| SJIS-WIN | 雋寂悪繝ォw | 11101000101100101000111011100010100010001010101111100011100000111010101101110111 | e8b28ee288abe383ab77 |
| EUC-JP | 雋寂悪繝ォw | 1111000010110100101111001110010010110000101011011110010111100011100011101010101101110111 | f0b4bce4b0ade5e38eab77 |
| UTF-8 | 雋寂悪繝ォw | 11101001100110111000101111100101101011111000001011100110100000101010101011100111101110011001110111101111101111011010101101110111 | e99b8be5af82e682aae7b99defbdab77 |
| UHC | 雋寂???w | 1111000111100110111011101101011000111111001111110011111101110111 | f1e6eed63f3f3f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)