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 | íß«è^ | 11101101110111111010101111101000100100101001010001011110 | eddfabe892945e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | íß?è??^ | 10001111101010111011111110001111101010011100111000111111100011111010101110110010001111110011111101011110 | 8fabbf8fa9ce3f8fabb23f3f5e |
UTF-8 | íß«è^ | 11000011101011011100001110011111110000101010101111000011101010001100001010010010110000101001010001011110 | c3adc39fc2abc3a8c292c2945e |
UHC | ?ß????^ | 0011111110101001101011000011111100111111001111110011111101011110 | 3fa9ac3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)