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 | ???mF | 0011111100111111001111110110110101000110 | 3f3f3f6d46 |
SJIS-WIN | ??寡mF | 001111110011111110001001110001110110110101000110 | 3f3f89c76d46 |
EUC-JP | ?倜寡mF | 0011111110001111101100011101010110110010110010010110110101000110 | 3f8fb1d5b2c96d46 |
UTF-8 | 뤑倜寡mF | 1110101110100100100100011110010110000000100111001110010110101111101000010110110101000110 | eba491e5809ce5afa16d46 |
UHC | 뤑倜寡mF | 1000111111000001111101001010011011001101111110110110110101000110 | 8fc1f4a6cdfb6d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)