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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 鄒晄愕縺 | 1110011110111110100111011110011010011100101100011110001110000001 | e7be9de69cb1e381 |
| EUC-JP | 鄒晄愕縺 | 1110111011000000110110101110100011011000101100111110010111100001 | eec0dae8d8b3e5e1 |
| UTF-8 | 鄒晄愕縺 | 111010011000010010010010111001101001100110000100111001101000010010010101111001111011100010111010 | e98492e69984e68495e7b8ba |
| UHC | 鄒晄愕? | 11110101110110111111110011001101111001001100001100111111 | f5dbfccde4c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)