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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 石渫^ | 1001000011001110100111111101011001011110 | 90ce9fd65e |
EUC-JP | 石渫^ | 1100000011010000110111101101100001011110 | c0d0ded85e |
UTF-8 | 石渫^ | 11100111100111111011001111100110101110001010101101011110 | e79fb3e6b8ab5e |
UHC | 石渫^ | 1110000010110100111000001101111001011110 | e0b4e0de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)