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 | æèè¢èý | 1110011011101000100000101110100010010001101000101110100011111101 | e6e882e891a2e8fd |
SJIS-WIN | ?????¢?? | 001111110011111100111111001111110011111110000001100100010011111100111111 | 3f3f3f3f3f81913f3f |
EUC-JP | æè?è?¢èý | 10001111101010011100000110001111101010111011001000111111100011111010101110110010001111111010000111110001100011111010101110110010100011111010101111110010 | 8fa9c18fabb23f8fabb23fa1f18fabb28fabf2 |
UTF-8 | æèè¢èý | 11000011101001101100001110101000110000101000001011000011101010001100001010010001110000101010001011000011101010001100001110111101 | c3a6c3a8c282c3a8c291c2a2c3a8c3bd |
UHC | æ??????? | 101010011010000100111111001111110011111100111111001111110011111100111111 | a9a13f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)