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 | ?Ih | 001111110100100101101000 | 3f4968 |
SJIS-WIN | 端Ih | 10010010010110110100100101101000 | 925b4968 |
EUC-JP | 端Ih | 11000011101111000100100101101000 | c3bc4968 |
UTF-8 | 端Ih | 1110011110101011101011110100100101101000 | e7abaf4968 |
UHC | 端Ih | 11010011101011100100100101101000 | d3ae4968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)