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 | 襄玖宕 | 111001011111010110001011111010001001001110000110 | e5f58be89386 |
| EUC-JP | 襄玖宕 | 111010101111011110110110111010101100010111100110 | eaf7b6eac5e6 |
| UTF-8 | 襄玖宕 | 111010001010010110000100111001111000111010010110111001011010111010010101 | e8a584e78e96e5ae95 |
| UHC | 襄玖宕 | 111001011101000111001111101110001111011110110101 | e5d1cfb8f7b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)