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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 蛭??? | 1001010101100111001111110011111100111111 | 95673f3f3f |
| EUC-JP | 蛭??鈒 | 11001001110010000011111100111111100011111110001111000010 | c9c83f3f8fe3c2 |
| UTF-8 | 蛭샷뤵鈒 | 111010001001101110101101111011001000001110110111111010111010010010110101111010011000100010010010 | e89badec83b7eba4b5e98892 |
| UHC | 蛭샷뤵鈒 | 1111001011110100101111001010011010001111111000111101111110111100 | f2f4bca68fe3dfbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)