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 | 鄒樣ィ | 1110011110111110100111101110100110101000 | e7be9ee9a8 |
| EUC-JP | 鄒樣ィ | 111011101100000011011100111010111000111010101000 | eec0dceb8ea8 |
| UTF-8 | 鄒樣ィ | 111010011000010010010010111001101010100010100011111011111011110110101000 | e98492e6a8a3efbda8 |
| UHC | 鄒樣? | 1111010111011011111001011100011000111111 | f5dbe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)