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 | 巍ル?焉 | 10011011110110011000001110001011001111111110000010000001 | 9bd9838b3fe081 |
| EUC-JP | 巍ル?焉 | 11010110110110111010010111101011001111111101111111100001 | d6dba5eb3fdfe1 |
| UTF-8 | 巍ル젶焉 | 111001011011011110001101111000111000001110101011111011001010000010110110111001111000010010001001 | e5b78de383abeca0b6e78489 |
| UHC | 巍ル젶焉 | 1110100011100100101010111110101110100000101010101110010111101010 | e8e4abeba0aae5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)