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 | èEWæ | 1110100001000101100100001000101010010000010101111110011010010101 | e845908a9057e695 |
SJIS-WIN | ?E???W?? | 0011111101000101001111110011111100111111010101110011111100111111 | 3f453f3f3f573f3f |
EUC-JP | èE???Wæ? | 100011111010101110110010010001010011111100111111001111110101011110001111101010011100000100111111 | 8fabb2453f3f3f578fa9c13f |
UTF-8 | èEWæ | 1100001110101000010001011100001010010000110000101000101011000010100100000101011111000011101001101100001010010101 | c3a845c290c28ac29057c3a6c295 |
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)