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 | ÝÁE^ | 100011101101110110001110110000010100010101011110 | 8edd8ec1455e |
SJIS-WIN | ????E^ | 001111110011111100111111001111110100010101011110 | 3f3f3f3f455e |
EUC-JP | ?Ý?ÁE^ | 00111111100011111010101011110010001111111000111110101010101000010100010101011110 | 3f8faaf23f8faaa1455e |
UTF-8 | ÝÁE^ | 11000010100011101100001110011101110000101000111011000011100000010100010101011110 | c28ec39dc28ec381455e |
UHC | ????E^ | 001111110011111100111111001111110100010101011110 | 3f3f3f3f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)