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 | 獨獪猖 | 111000001101010111100000110101001110000011001001 | e0d5e0d4e0c9 |
| EUC-JP | 獨獪猖 | 111000001101011111100000110101101110000011001011 | e0d7e0d6e0cb |
| UTF-8 | 獨獪猖 | 111001111000110110101000111001111000110110101010111001111000110010010110 | e78da8e78daae78c96 |
| UHC | 獨獪猖 | 110101001011110011111100111010101111001111101001 | d4bcfceaf3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)