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 | 愕??? | 1001110010110001001111110011111100111111 | 9cb13f3f3f |
| EUC-JP | 愕??? | 1101100010110011001111110011111100111111 | d8b33f3f3f |
| UTF-8 | 愕栒뤾磻 | 111001101000010010010101111001101010000010010010111010111010010010111110111011111010010110100100 | e68495e6a092eba4beefa5a4 |
| UHC | 愕栒뤾磻 | 1110010011000011111000101110001110001111111010101101101111100100 | e4c3e2e38feadbe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)