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èWæí | 1110100001000101100000101110100010010000010101111110011011101101 | e84582e89057e6ed |
SJIS-WIN | ?E???W?? | 0011111101000101001111110011111100111111010101110011111100111111 | 3f453f3f3f573f3f |
EUC-JP | èE?è?Wæí | 10001111101010111011001001000101001111111000111110101011101100100011111101010111100011111010100111000001100011111010101110111111 | 8fabb2453f8fabb23f578fa9c18fabbf |
UTF-8 | èEèWæí | 1100001110101000010001011100001010000010110000111010100011000010100100000101011111000011101001101100001110101101 | c3a845c282c3a8c29057c3a6c3ad |
UHC | ?E???Wæ? | 001111110100010100111111001111110011111101010111101010011010000100111111 | 3f453f3f3f57a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)