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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ??鎧 | 00111111001111111000101001011010 | 3f3f8a5a |
| EUC-JP | ??鎧 | 00111111001111111011001110111011 | 3f3fb3bb |
| UTF-8 | 轶鎧 | 11110000101101111000111010110110111010001011110110110110111010011000111010100111 | f0b78eb6e8bdb6e98ea7 |
| UHC | ??鎧 | 00111111001111111100101111010001 | 3f3fcbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)