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 | ?η? | 00111111100000111100010100111111 | 3f83c53f |
| EUC-JP | ?η? | 00111111101001101100011100111111 | 3fa6c73f |
| UTF-8 | 귤η룴 | 1110101010110111101001001100111010110111111010111010001110110100 | eab7a4ceb7eba3b4 |
| UHC | 귤η룴 | 101100011101011010100101111001111000111110101001 | b1d6a5e78fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)