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 | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
| SJIS-WIN | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
| EUC-JP | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
| UTF-8 | ͰbͰө | 11001101101100000110001011001101101100001101001110101001 | cdb062cdb0d3a9 |
| UHC | ?b?? | 00111111011000100011111100111111 | 3f623f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)