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 | 逶幎藷 | 111001111001101110011011111010111000111110010011 | e79b9beb8f93 |
| EUC-JP | 逶幎藷 | 111011011111101111010110111011011011110111110011 | edfbd6edbdf3 |
| UTF-8 | 逶幎藷 | 111010011000000010110110111001011011100110001110111010001001011110110111 | e980b6e5b98ee897b7 |
| UHC | ??藷 | 00111111001111111110111011001011 | 3f3feecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)