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 | 譎侫譎侫^ | 111001101001100110011011010001001110011010011001100110110100010001011110 | e6999b44e6999b445e |
EUC-JP | 譎侫譎侫^ | 111010111111100111010101101001011110101111111001110101011010010101011110 | ebf9d5a5ebf9d5a55e |
UTF-8 | 譎侫譎侫^ | 11101000101011011000111011100100101111101010101111101000101011011000111011100100101111101010101101011110 | e8ad8ee4beabe8ad8ee4beab5e |
UHC | 譎?譎?^ | 11111101110100100011111111111101110100100011111101011110 | fdd23ffdd23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)