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 | 111000001100010111100010111110101110000011000101111000101111101001000010 | e0c5e2fae0c5e2fa42 |
| EUC-JP | 倏糶倏糶B | 111000001100011111100100111111001110000011000111111001001111110001000010 | e0c7e4fce0c7e4fc42 |
| UTF-8 | 倏糶倏糶B | 11100101100000001000111111100111101100111011011011100101100000001000111111100111101100111011011001000010 | e5808fe7b3b6e5808fe7b3b642 |
| 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)