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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 倏倏ヨ | 11100000110001011111001011110000111000001100010111010110 | e0c5f2f0e0c5d6 |
| EUC-JP | 倏?倏ヨ | 11100000110001110011111111100000110001111000111011010110 | e0c73fe0c78ed6 |
| UTF-8 | 倏倏ヨ | 111001011000000010001111111011101000100010100111111001011000000010001111111011111011111010010110 | e5808fee88a7e5808fefbe96 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)