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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豕ア蟷」跣 | 1110011010110011101100011110010110111001101000111110011011101111 | e6b3b1e5b9a3e6ef |
EUC-JP | 豕ア蟷」跣 | 11101100101101011000111010110001111010101011101110001110101000111110110011110001 | ecb58eb1eabb8ea3ecf1 |
UTF-8 | 豕ア蟷」跣 | 111010001011000110010101111011111011110110110001111010001001111110110111111011111011110110100011111010001011011110100011 | e8b195efbdb1e89fb7efbda3e8b7a3 |
UHC | 豕???跣 | 11100011110011100011111100111111001111111110000011010011 | e3ce3f3f3fe0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)