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 | ÉD | 10010110110010011001110001000100 | 96c99c44 |
SJIS-WIN | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
EUC-JP | ?É?D | 001111111000111110101010101100010011111101000100 | 3f8faab13f44 |
UTF-8 | ÉD | 11000010100101101100001110001001110000101001110001000100 | c296c389c29c44 |
UHC | ???D | 00111111001111110011111101000100 | 3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)