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 | ç½í | 1110011110111101100011001110110110001010 | e7bd8ced8a |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ç??í? | 100011111010101110101110001111110011111110001111101010111011111100111111 | 8fabae3f3f8fabbf3f |
UTF-8 | ç½í | 11000011101001111100001010111101110000101000110011000011101011011100001010001010 | c3a7c2bdc28cc3adc28a |
UHC | ?½??? | 001111111010100011110110001111110011111100111111 | 3fa8f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)