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 | èéèì¦ | 1110100011101001100011001110100010000010100001101110110010100110 | e8e98ce88286eca6 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èé?è??ì¦ | 100011111010101110110010100011111010101110110001001111111000111110101011101100100011111100111111100011111010101111000000100011111010001011000011 | 8fabb28fabb13f8fabb23f3f8fabc08fa2c3 |
UTF-8 | èéèì¦ | 11000011101010001100001110101001110000101000110011000011101010001100001010000010110000101000011011000011101011001100001010100110 | c3a8c3a9c28cc3a8c282c286c3acc2a6 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)