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 | 1110100011111100111010001111110001000010 | e8fce8fc42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | èüèüB | 10001111101010111011001010001111101010111110010010001111101010111011001010001111101010111110010001000010 | 8fabb28fabe48fabb28fabe442 |
UTF-8 | èüèüB | 110000111010100011000011101111001100001110101000110000111011110001000010 | c3a8c3bcc3a8c3bc42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)