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èE^ | 11101000010001011000110011101000100100000100010101011110 | e8458ce890455e |
SJIS-WIN | ?E???E^ | 00111111010001010011111100111111001111110100010101011110 | 3f453f3f3f455e |
EUC-JP | èE?è?E^ | 1000111110101011101100100100010100111111100011111010101110110010001111110100010101011110 | 8fabb2453f8fabb23f455e |
UTF-8 | èEèE^ | 1100001110101000010001011100001010001100110000111010100011000010100100000100010101011110 | c3a845c28cc3a8c290455e |
UHC | ?E???E^ | 00111111010001010011111100111111001111110100010101011110 | 3f453f3f3f455e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)