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 | セ燻、シャ | 101111101110000010001110101001001011110010101100 | bee08ea4bcac |
| EUC-JP | セ燻、シャ | 10001110101111101101111111101110100011101010010010001110101111001000111010101100 | 8ebedfee8ea48ebc8eac |
| UTF-8 | セ燻、シャ | 111011111011110110111110111001111000011110111011111011111011110110100100111011111011110110111100111011111011110110101100 | efbdbee787bbefbda4efbdbcefbdac |
| UHC | ?燻??? | 001111111111110110111000001111110011111100111111 | 3ffdb83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)