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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 譬鍋償 | 111001101010000010010011111001111000111110011110 | e6a093e78f9e |
| EUC-JP | 譬鍋償 | 111011001010001011000110111010011011110111111110 | eca2c6e9bdfe |
| UTF-8 | 譬鍋償 | 111010001010110110101100111010011000110110001011111001011000010010011111 | e8adace98d8be5849f |
| UHC | 譬鍋償 | 110111101010011111001110101001111101111111000001 | dea7cea7dfc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)