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 | 巍ル?? | 100110111101100110000011100010110011111100111111 | 9bd9838b3f3f |
| EUC-JP | 巍ル?? | 110101101101101110100101111010110011111100111111 | d6dba5eb3f3f |
| UTF-8 | 巍ル슦溜 | 111001011011011110001101111000111000001110101011111011001000101010100110111011111010011110001011 | e5b78de383abec8aa6efa78b |
| UHC | 巍ル슦溜 | 1110100011100100101010111110101110011010101100001110101011111110 | e8e4abeb9ab0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)