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 | 膠級 | 11100100010100001000101110001001 | e4508b89 |
| EUC-JP | 膠級 | 11100111101100011011010111101001 | e7b1b5e9 |
| UTF-8 | 膠級 | 111010001000011010100000111001111011010010011010 | e886a0e7b49a |
| UHC | 膠級 | 11001110111011111101000011100100 | ceefd0e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)