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 | ç̤ë | 11100111110011001010010011101011 | e7cca4eb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ç̤ë | 100011111010101110101110100011111010101011000000100011111010001011110000100011111010101110110011 | 8fabae8faac08fa2f08fabb3 |
UTF-8 | ç̤ë | 1100001110100111110000111000110011000010101001001100001110101011 | c3a7c38cc2a4c3ab |
UHC | ??¤? | 0011111100111111101000101011010000111111 | 3f3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)