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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 質鈺嫉{d | 11110001111001111000111010111111111110111100010010001110101110010111101101100100 | f1e78ebffbc48eb97b64 |
EUC-JP | ?質鈺嫉{d | 00111111101111001100000110001111111000111101010110111100101110110111101101100100 | 3fbcc18fe3d5bcbb7b64 |
UTF-8 | 質鈺嫉{d | 1110111010000101101000101110100010110011101010101110100110001000101110101110010110101011100010010111101101100100 | ee85a2e8b3aae988bae5ab897b64 |
UHC | ?質鈺嫉{d | 001111111111001011110101111010001010110111110010111011000111101101100100 | 3ff2f5e8adf2ec7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)