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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 鸚??義? | 11101010010111110011111100111111100010110110000000111111 | ea5f3f3f8b603f |
| EUC-JP | 鸚??義? | 11110011110000000011111100111111101101011100000100111111 | f3c03f3fb5c13f |
| UTF-8 | 鸚뽩떽義놟 | 111010011011100010011010111010111011110110101001111010111001011010111101111001111011111010101001111010111000011010011111 | e9b89aebbda9eb96bde7bea9eb869f |
| UHC | 鸚뽩떽義놟 | 11100101101001001001011011100101101101101011110111101011111110011000011101000010 | e5a496e5b6bdebf98742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)