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 | 鞐門衷跏 | 1110100011011110100101101110010110010010100011111110011011100110 | e8de96e5928fe6e6 |
| EUC-JP | 鞐門衷跏 | 1111000011100000110011001110011111000011111011111110110011101000 | f0e0cce7c3efece8 |
| UTF-8 | 鞐門衷跏 | 111010011001111010010000111010011001011010000000111010001010000110110111111010001011011110001111 | e99e90e99680e8a1b7e8b78f |
| UHC | ?門衷跏 | 00111111110110101010011011110101111110111100101010111010 | 3fdaa6f5fbcaba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)