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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 褶カ諸楢ク | 1110010111110111101101101111101110101001100100111110100010111000 | e5f7b6fba993e8b8 |
| EUC-JP | 褶カ?楢ク | 111010101111100110001110101101100011111111000110111010101000111010111000 | eaf98eb63fc6ea8eb8 |
| UTF-8 | 褶カ諸楢ク | 111010001010010010110110111011111011110110110110111011111010100010100010111001101010010110100010111011111011110110111000 | e8a4b6efbdb6efa8a2e6a5a2efbdb8 |
| UHC | 褶??楢? | 11100011101010000011111100111111111010101111100100111111 | e3a83f3feaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)