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èEB | 111010001000011010010101010001011110100010000110100101010100010101000010 | e8869545e886954542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | è??Eè??EB | 10001111101010111011001000111111001111110100010110001111101010111011001000111111001111110100010101000010 | 8fabb23f3f458fabb23f3f4542 |
UTF-8 | èEèEB | 110000111010100011000010100001101100001010010101010001011100001110101000110000101000011011000010100101010100010101000010 | c3a8c286c29545c3a8c286c2954542 |
UHC | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)