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 | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| SJIS-WIN | 旋靄旋蟷A | 100100001111100111101000110010011001000011111001111001011011100101000001 | 90f9e8c990f9e5b941 |
| EUC-JP | 旋靄旋蟷A | 110000001111101111110000110010111100000011111011111010101011101101000001 | c0fbf0cbc0fbeabb41 |
| UTF-8 | 旋靄旋蟷A | 11100110100101111000101111101001100111011000010011100110100101111000101111101000100111111011011101000001 | e6978be99d84e6978be89fb741 |
| UHC | 旋靄旋?A | 1110000011000001111001001111011111100000110000010011111101000001 | e0c1e4f7e0c13f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)