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 | êíê²ê¶ | 1110101011101101100011011110101010110010100100101110101010110110 | eaed8deab292eab6 |
SJIS-WIN | ???????¶ | 001111110011111100111111001111110011111100111111001111111000000111110111 | 3f3f3f3f3f3f3f81f7 |
EUC-JP | êí?ê??ê¶ | 1000111110101011101101001000111110101011101111110011111110001111101010111011010000111111001111111000111110101011101101001010001011111001 | 8fabb48fabbf3f8fabb43f3f8fabb4a2f9 |
UTF-8 | êíê²ê¶ | 11000011101010101100001110101101110000101000110111000011101010101100001010110010110000101001001011000011101010101100001010110110 | c3aac3adc28dc3aac2b2c292c3aac2b6 |
UHC | ????²??¶ | 00111111001111110011111100111111101010011111011100111111001111111010001011010010 | 3f3f3f3fa9f73f3fa2d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)