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 | 槨瀏礑 | 100111101101100011100000011001111110001001000110 | 9ed8e067e246 |
| EUC-JP | 槨瀏礑 | 110111001101101011011111110010001110001110100111 | dcdadfc8e3a7 |
| UTF-8 | 槨瀏礑 | 111001101010011110101000111001111000000010001111111001111010010010010001 | e6a7a8e7808fe7a491 |
| UHC | 槨瀏? | 1100111010101010110101111011011100111111 | ceaad7b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)