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 | 域??耶? | 10001000111001100011111100111111100101101110101100111111 | 88e63f3f96eb3f |
EUC-JP | 域??耶? | 10110000111010000011111100111111110011001110110100111111 | b0e83f3fcced3f |
UTF-8 | 域⑴물耶쁬 | 111001011001111110011111111000101001000110110100111010111010110010111100111010001000000010110110111011001000000110101100 | e59f9fe291b4ebacbce880b6ec81ac |
UHC | 域⑴물耶쁬 | 11100110101101001010100111100111101110011011000011100101101011011001100001101101 | e6b4a9e7b9b0e5ad986d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)