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 | ??? | 001111110011111100111111 | 3f3f3f |
| EUC-JP | ??ŀ | 0011111100111111100011111010100111001001 | 3f3f8fa9c9 |
| UTF-8 | 溜살ŀ | 1110111110100111100010111110110010000010101101001100010110000000 | efa78bec82b4c580 |
| UHC | 溜살ŀ | 111010101111111010111011111011001010100110101000 | eafebbeca9a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)