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 | ù®îë\ | 1111100110101110111011101110101101011100 | f9aeeeeb5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ù®îë\ | 10001111101010111110001110001111101000101110111010001111101010111100001010001111101010111011001101011100 | 8fabe38fa2ee8fabc28fabb35c |
UTF-8 | ù®îë\ | 110000111011100111000010101011101100001110101110110000111010101101011100 | c3b9c2aec3aec3ab5c |
UHC | ?®??\ | 001111111010001011100111001111110011111101011100 | 3fa2e73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)