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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 羃蛄 | 11100011101100001110010101110101 | e3b0e575 |
EUC-JP | 羃蛄 | 11100110101100101110100111010110 | e6b2e9d6 |
UTF-8 | 羃蛄 | 111001111011111010000011111010001001101110000100 | e7be83e89b84 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)