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 | 鳶® | 1110100110110011101101101100001010101110 | e9b3b6c2ae |
| SJIS-WIN | ??¶?? | 001111110011111110000001111101110011111100111111 | 3f3f81f73f3f |
| EUC-JP | �® | 100011111010101110110001001111111010001011111001100011111010101010100100100011111010001011101110 | 8fabb13fa2f98faaa48fa2ee |
| UTF-8 | 鳶® | 11000011101010011100001010110011110000101011011011000011100000101100001010101110 | c3a9c2b3c2b6c382c2ae |
| UHC | ?³¶?® | 0011111110101001111110001010001011010010001111111010001011100111 | 3fa9f8a2d23fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)