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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 竪辿則脱賊 | 10010010010001111001001001001000100100011010010110010010010001011001000110101111 | 9247924891a5924591af |
| EUC-JP | 竪辿則脱賊 | 11000011101010001100001110101001110000101010011111000011101001101100001010110001 | c3a8c3a9c2a7c3a6c2b1 |
| UTF-8 | 竪辿則脱賊 | 111001111010101110101010111010001011111010111111111001011000100110000111111010001000010010110001111010001011001110001010 | e7abaae8bebfe58987e884b1e8b38a |
| UHC | 竪?則?賊 | 1110001010110101001111111111011011001110001111111110111011100100 | e2b53ff6ce3feee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)