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 | ??æ | 001111110011111111100110 | 3f3fe6 |
| SJIS-WIN | ?純? | 00111111100011111000001100111111 | 3f8f833f |
| EUC-JP | ?純æ | 001111111011110111100011100011111010100111000001 | 3fbde38fa9c1 |
| UTF-8 | 룶純æ | 1110101110100011101101101110011110110100100101001100001110100110 | eba3b6e7b494c3a6 |
| UHC | 룶純æ | 100011111010101111100010111011011010100110100001 | 8fabe2eda9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)