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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 峭躙C | 1001101110110111111001110101011101000011 | 9bb7e75743 |
EUC-JP | 峭躙C | 1101011010111001111011011011100001000011 | d6b9edb843 |
UTF-8 | 峭躙C | 11100101101100111010110111101000101110101001100101000011 | e5b3ade8ba9943 |
UHC | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)