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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 樗髮樗髮^ | 100100101001010011101001100110111001001010010100111010011001101101011110 | 9294e99b9294e99b5e |
EUC-JP | 樗髮樗髮^ | 110000111111010011110001111110111100001111110100111100011111101101011110 | c3f4f1fbc3f4f1fb5e |
UTF-8 | 樗髮樗髮^ | 11100110101010001001011111101001101010111010111011100110101010001001011111101001101010111010111001011110 | e6a897e9abaee6a897e9abae5e |
UHC | 樗髮樗髮^ | 111011101100000011011011101001011110111011000000110110111010010101011110 | eec0dba5eec0dba55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)