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 | 貊珠ф | 111001101011101110001110111011001000010010000110 | e6bb8eec8486 |
| EUC-JP | 貊珠ф | 111011001011110110111100111011101010011111100110 | ecbdbceea7e6 |
| UTF-8 | 貊珠ф | 1110100010110010100010101110011110001111101000001101000110000100 | e8b28ae78fa0d184 |
| UHC | 貊珠ф | 110110001110011111110001110000011010110011100110 | d8e7f1c1ace6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)