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 | çùç§»^ | 11100111111110011000011111100111101001111011101101011110 | e7f987e7a7bb5e |
SJIS-WIN | ????§?^ | 0011111100111111001111110011111110000001100110000011111101011110 | 3f3f3f3f81983f5e |
EUC-JP | çù?ç§?^ | 1000111110101011101011101000111110101011111000110011111110001111101010111010111010100001111110000011111101011110 | 8fabae8fabe33f8fabaea1f83f5e |
UTF-8 | çùç§»^ | 11000011101001111100001110111001110000101000011111000011101001111100001010100111110000101011101101011110 | c3a7c3b9c287c3a7c2a7c2bb5e |
UHC | ????§?^ | 0011111100111111001111110011111110100001110101110011111101011110 | 3f3f3f3fa1d73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)