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 | 闍懈峡驢 | 1110100010001011100111001110011010001011101011001110100110000110 | e88b9ce68bace986 |
| EUC-JP | 闍懈峡驢 | 1110111111101011110110001110100010110110101011101111000111100110 | efebd8e8b6aef1e6 |
| UTF-8 | 闍懈峡驢 | 111010011001011110001101111001101000011110001000111001011011001110100001111010011010100110100010 | e9978de68788e5b3a1e9a9a2 |
| UHC | ?懈?驢 | 001111111111101010101011001111111101010111110000 | 3ffaab3fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)