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 | 100101101110100111100100100101101001100101100101 | 96e9e4969965 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | ?éä??e | 00111111100011111010101110110001100011111010101110100011001111110011111101100101 | 3f8fabb18faba33f3f65 |
UTF-8 | éäe | 1100001010010110110000111010100111000011101001001100001010010110110000101001100101100101 | c296c3a9c3a4c296c29965 |
UHC | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)