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 | è²¶Â | 11101000101100101011011011000010 | e8b2b6c2 |
| SJIS-WIN | ??¶? | 0011111100111111100000011111011100111111 | 3f3f81f73f |
| EUC-JP | è?¶Â | 100011111010101110110010001111111010001011111001100011111010101010100100 | 8fabb23fa2f98faaa4 |
| UTF-8 | è²¶Â | 1100001110101000110000101011001011000010101101101100001110000010 | c3a8c2b2c2b6c382 |
| UHC | ?²¶? | 001111111010100111110111101000101101001000111111 | 3fa9f7a2d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)