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 | ç¸çÛ@ | 1110011110111000111001111101101101000000 | e7b8e7db40 |
SJIS-WIN | ????@ | 0011111100111111001111110011111101000000 | 3f3f3f3f40 |
EUC-JP | ç¸çÛ@ | 10001111101010111010111010001111101000101011000110001111101010111010111010001111101010101110010101000000 | 8fabae8fa2b18fabae8faae540 |
UTF-8 | ç¸çÛ@ | 110000111010011111000010101110001100001110100111110000111001101101000000 | c3a7c2b8c3a7c39b40 |
UHC | ?¸??@ | 001111111010001010101100001111110011111101000000 | 3fa2ac3f3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)