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 | 髮兌髮兌^ | 111010011001101110011001010110111110100110011011100110010101101101011110 | e99b995be99b995b5e |
EUC-JP | 髮兌髮兌^ | 111100011111101111010001101111001111000111111011110100011011110001011110 | f1fbd1bcf1fbd1bc5e |
UTF-8 | 髮兌髮兌^ | 11101001101010111010111011100101100001011000110011101001101010111010111011100101100001011000110001011110 | e9abaee5858ce9abaee5858c5e |
UHC | 髮兌髮兌^ | 110110111010010111110111101110101101101110100101111101111011101001011110 | dba5f7badba5f7ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)