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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 樗?郵槃臺^ | 10010010100101000011111110010111010110001001111011001111111001000110100101011110 | 92943f97589ecfe4695e |
| EUC-JP | 樗?郵槃臺^ | 11000011111101000011111111001101101110011101110011010001111001111100101001011110 | c3f43fcdb9dcd1e7ca5e |
| UTF-8 | 樗렍郵槃臺^ | 11100110101010001001011111101011101000001000110111101001100000111011010111100110101001111000001111101000100001111011101001011110 | e6a897eba08de983b5e6a783e887ba5e |
| UHC | 樗렍郵槃臺^ | 1110111011000000100011101010001111101001111010001101101011101001110100111110011001011110 | eec08ea3e9e8dae9d3e65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)