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èX | 111010000100010110000010111010001000111101011000 | e84582e88f58 |
SJIS-WIN | ?E???X | 001111110100010100111111001111110011111101011000 | 3f453f3f3f58 |
EUC-JP | èE?è?X | 10001111101010111011001001000101001111111000111110101011101100100011111101011000 | 8fabb2453f8fabb23f58 |
UTF-8 | èEèX | 11000011101010000100010111000010100000101100001110101000110000101000111101011000 | c3a845c282c3a8c28f58 |
UHC | ?E???X | 001111110100010100111111001111110011111101011000 | 3f453f3f3f58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)