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 | 義â | 1110011110111110101010011110001010000100 | e7bea9e284 |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç?©â? | 1000111110101011101011100011111110001111101000101110110110001111101010111010010000111111 | 8fabae3f8fa2ed8faba43f |
UTF-8 | 義â | 11000011101001111100001010111110110000101010100111000011101000101100001010000100 | c3a7c2bec2a9c3a2c284 |
UHC | ?¾??? | 001111111010100011111010001111110011111100111111 | 3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)