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 | ???問 | 0011111100111111001111111001011011100010 | 3f3f3f96e2 |
| EUC-JP | ??濩問 | 00111111001111111000111111001001101001001100110011100100 | 3f3f8fc9a4cce4 |
| UTF-8 | 넴뤓濩問 | 111010111000010010110100111010111010010010010011111001101011111110101001111001011001010110001111 | eb84b4eba493e6bfa9e5958f |
| UHC | 넴뤓濩問 | 1011001111011011100011111100001111111011110011011101100111111101 | b3db8fc3fbcdd9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)