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 | çùè²½] | 11100111111110011000011111101000101100101011110101011101 | e7f987e8b2bd5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | çù?è??] | 10001111101010111010111010001111101010111110001100111111100011111010101110110010001111110011111101011101 | 8fabae8fabe33f8fabb23f3f5d |
UTF-8 | çùè²½] | 11000011101001111100001110111001110000101000011111000011101010001100001010110010110000101011110101011101 | c3a7c3b9c287c3a8c2b2c2bd5d |
UHC | ????²½] | 001111110011111100111111001111111010100111110111101010001111011001011101 | 3f3f3f3fa9f7a8f65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)