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 | èÊ? | 111010001100101000111111 | e8ca3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | èÊđ | 100011111010101110110010100011111010101010110100100011111010100111000010 | 8fabb28faab48fa9c2 |
UTF-8 | èÊđ | 110000111010100011000011100010101100010010010001 | c3a8c38ac491 |
UHC | ??đ | 00111111001111111010100110100010 | 3f3fa9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)