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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豕ェ陷 | 1110011010110011101010101110100010011100 | e6b3aae89c |
EUC-JP | 豕ェ陷 | 111011001011010110001110101010101110111111111100 | ecb58eaaeffc |
UTF-8 | 豕ェ陷 | 111010001011000110010101111011111011110110101010111010011001100110110111 | e8b195efbdaae999b7 |
UHC | 豕?陷 | 1110001111001110001111111111100111101000 | e3ce3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)