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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 迯底キ幎辨^ | 11100111100011011001001011101010101101111001101111101011100110011001111001011110 | e78d92eab79beb999e5e |
EUC-JP | 迯底キ幎辨^ | 1110110111101101110001001110110010001110101101111101011011101101110100011111111001011110 | ededc4ec8eb7d6edd1fe5e |
UTF-8 | 迯底キ幎辨^ | 11101000101111111010111111100101101110101001010111101111101111011011011111100101101110011000111011101000101111101010100001011110 | e8bfafe5ba95efbdb7e5b98ee8bea85e |
UHC | ?底??辨^ | 0011111111101110101111000011111100111111110111001010100101011110 | 3feebc3f3fdca95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)