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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 贓???憂? | 1110011011011001001111110011111100111111100101110100101000111111 | e6d93f3f3f974a3f |
| EUC-JP | 贓???憂? | 1110110011011011001111110011111100111111110011011010101100111111 | ecdb3f3f3fcdab3f |
| UTF-8 | 贓렪뤱밈憂븝 | 111010001011010010010011111010111010000010101010111010111010010010110001111010111011000010001000111001101000011010000010111010111011100010011101 | e8b493eba0aaeba4b1ebb088e68682ebb89d |
| UHC | 贓렪뤱밈憂븝 | 111011011111110010001110101110001000111111011111101110011101001011101001110110001011101011101111 | edfc8eb88fdfb9d2e9d8baef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)