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 | 袱仙彫 | 111001011101111010010000111001011001001010100100 | e5de90e592a4 |
| EUC-JP | 袱仙彫 | 111010101110000011000000111001111100010010100110 | eae0c0e7c4a6 |
| UTF-8 | 袱仙彫 | 111010001010001010110001111001001011101110011001111001011011110110101011 | e8a2b1e4bb99e5bdab |
| UHC | ?仙彫 | 0011111111100000101110011111000011000001 | 3fe0b9f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)