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 | ?↑⇔? | 001111111000000110101010100000011100110000111111 | 3f81aa81cc3f |
| EUC-JP | ?↑⇔蔣 | 0011111110100010101011001010001011001110100011111101100110110110 | 3fa2aca2ce8fd9b6 |
| UTF-8 | 凉↑⇔蔣 | 111011111010010110111001111000101000011010010001111000101000011110010100111010001001010010100011 | efa5b9e28691e28794e894a3 |
| UHC | 凉↑⇔蔣 | 1110010110111100101000011110100010100010101000101110110111111000 | e5bca1e8a2a2edf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)