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èP | 111010000100010110001111111010001001000001010000 | e8458fe89050 |
SJIS-WIN | ?E???P | 001111110100010100111111001111110011111101010000 | 3f453f3f3f50 |
EUC-JP | èE?è?P | 10001111101010111011001001000101001111111000111110101011101100100011111101010000 | 8fabb2453f8fabb23f50 |
UTF-8 | èEèP | 11000011101010000100010111000010100011111100001110101000110000101001000001010000 | c3a845c28fc3a8c29050 |
UHC | ?E???P | 001111110100010100111111001111110011111101010000 | 3f453f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)