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 | èçãB | 11101000111001111000101111100011100011101000111001000010 | e8e78be38e8e42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | èç?ã??B | 10001111101010111011001010001111101010111010111000111111100011111010101110101010001111110011111101000010 | 8fabb28fabae3f8fabaa3f3f42 |
UTF-8 | èçãB | 11000011101010001100001110100111110000101000101111000011101000111100001010001110110000101000111001000010 | c3a8c3a7c28bc3a3c28ec28e42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)