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èO | 111010000100010110001011111010001001000001001111 | e8458be8904f |
SJIS-WIN | ?E???O | 001111110100010100111111001111110011111101001111 | 3f453f3f3f4f |
EUC-JP | èE?è?O | 10001111101010111011001001000101001111111000111110101011101100100011111101001111 | 8fabb2453f8fabb23f4f |
UTF-8 | èEèO | 11000011101010000100010111000010100010111100001110101000110000101001000001001111 | c3a845c28bc3a8c2904f |
UHC | ?E???O | 001111110100010100111111001111110011111101001111 | 3f453f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)