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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
| SJIS-WIN | 狒瑶狒瑶B | 111000001011111111100000111101001110000010111111111000001111010001000010 | e0bfe0f4e0bfe0f442 |
| EUC-JP | 狒瑶狒瑶B | 111000001100000111100000111101101110000011000001111000001111011001000010 | e0c1e0f6e0c1e0f642 |
| UTF-8 | 狒瑶狒瑶B | 11100111100010111001001011100111100100011011011011100111100010111001001011100111100100011011011001000010 | e78b92e791b6e78b92e791b642 |
| UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)