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 | 掌?? | 10001111101101100011111100111111 | 8fb63f3f |
| EUC-JP | 掌?? | 10111110101110000011111100111111 | beb83f3f |
| UTF-8 | 掌㏆풒 | 111001101000111010001100111000111000111110000110111011011001001010010010 | e68e8ce38f86ed9292 |
| UHC | 掌㏆풒 | 111011011110011010100111111011111011111010010110 | ede6a7efbe96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)