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 | òãFâµv | 111100101110001101000110111000101011010101110110 | f2e346e2b576 |
SJIS-WIN | ??F??v | 001111110011111101000110001111110011111101110110 | 3f3f463f3f76 |
EUC-JP | òãFâ?v | 100011111010101111010010100011111010101110101010010001101000111110101011101001000011111101110110 | 8fabd28fabaa468faba43f76 |
UTF-8 | òãFâµv | 11000011101100101100001110100011010001101100001110100010110000101011010101110110 | c3b2c3a346c3a2c2b576 |
UHC | ??F??v | 001111110011111101000110001111110011111101110110 | 3f3f463f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)