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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| SJIS-WIN | 筌???Z筌 | 1110001010100011001111110011111100111111010110101110001010100011 | e2a33f3f3f5ae2a3 |
| EUC-JP | 筌???Z筌 | 1110010010100101001111110011111100111111010110101110010010100101 | e4a53f3f3f5ae4a5 |
| UTF-8 | 筌듦쑴흟Z筌 | 11100111101011011000110011101011100100111010011011101100100100011011010011101101100111011001111101011010111001111010110110001100 | e7ad8ceb93a6ec91b4ed9d9f5ae7ad8c |
| UHC | 筌듦쑴흟Z筌 | 1110111110100111101101011110101010111110101010011100010110000001010110101110111110100111 | efa7b5eabea9c5815aefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)