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 | é çè¤ | 1110100110000101100011001110011110010111100001111110100010100100 | e9858ce79787e8a4 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??ç??è¤ | 10001111101010111011000100111111001111111000111110101011101011100011111100111111100011111010101110110010100011111010001011110000 | 8fabb13f3f8fabae3f3f8fabb28fa2f0 |
UTF-8 | é çè¤ | 11000011101010011100001010000101110000101000110011000011101001111100001010010111110000101000011111000011101010001100001010100100 | c3a9c285c28cc3a7c297c287c3a8c2a4 |
UHC | ???????¤ | 001111110011111100111111001111110011111100111111001111111010001010110100 | 3f3f3f3f3f3f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)