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?Y | 00111111010000100011111101011001 | 3f423f59 |
| SJIS-WIN | ?B?Y | 00111111010000100011111101011001 | 3f423f59 |
| EUC-JP | ?B?Y | 00111111010000100011111101011001 | 3f423f59 |
| UTF-8 | 혪B혪Y | 1110110110011000101010100100001011101101100110001010101001011001 | ed98aa42ed98aa59 |
| UHC | 혪B혪Y | 110000101001001001000010110000101001001001011001 | c29242c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)