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 | 崖ュ??? | 10001010010100101000001110000101001111110011111100111111 | 8a5283853f3f3f |
| EUC-JP | 崖ュ?渶? | 101100111011001110100101111001010011111110001111110001111110110100111111 | b3b3a5e53f8fc7ed3f |
| UTF-8 | 崖ュ췃渶딟 | 111001011011010010010110111000111000001110100101111011001011011110000011111001101011100010110110111010111001010010011111 | e5b496e383a5ecb783e6b8b6eb949f |
| UHC | 崖ュ췃渶딟 | 11100100111100001010101111100101101011011001111111100111101101111000101101000010 | e4f0abe5ad9fe7b78b42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)