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 | Ì®âÓÐø | 110011001010111011100010110100111101000011111000 | ccaee2d3d0f8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Ì®âÓ?ø | 10001111101010101100000010001111101000101110111010001111101010111010010010001111101010101101000100111111100011111010100111001100 | 8faac08fa2ee8faba48faad13f8fa9cc |
UTF-8 | Ì®âÓÐø | 110000111000110011000010101011101100001110100010110000111001001111000011100100001100001110111000 | c38cc2aec3a2c393c390c3b8 |
UHC | ?®??Ðø | 001111111010001011100111001111110011111110101000101000101010100110101010 | 3fa2e73f3fa8a2a9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)