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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 臧???飛? | 1110010001101000001111110011111100111111100101001111001000111111 | e4683f3f3f94f23f |
| EUC-JP | 臧???飛? | 1110011111001001001111110011111100111111110010001111010000111111 | e7c93f3f3fc8f43f |
| UTF-8 | 臧얩렪잿飛狀 | 111010001000011110100111111011001001011010101001111010111010000010101010111011001001111010111111111010011010001110011011111011111010011110111010 | e887a7ec96a9eba0aaec9ebfe9a39befa7ba |
| UHC | 臧얩렪잿飛狀 | 111011011111010110111110111011011000111010111000110000001110110111011110101010111110110111101110 | edf5beed8eb8c0eddeabedee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)