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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 鮏 | 11110101101111011111110001000011 | f5bdfc43 |
| EUC-JP | ?鮏 | 00111111100011111110101011011011 | 3f8feadb |
| UTF-8 | 鮏 | 111011101001000010101000111010011010111010001111 | ee90a8e9ae8f |
| UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)