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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 、鰺訃 | 11110010101000101010010011101001110010111110011001011101 | f2a2a4e9cbe65d |
EUC-JP | ?、鰺訃 | 00111111100011101010010011110010110011011110101110111110 | 3f8ea4f2cdebbe |
UTF-8 | 、鰺訃 | 111011101000011110011001111011111011110110100100111010011011000010111010111010001010100010000011 | ee8799efbda4e9b0bae8a883 |
UHC | ???訃 | 0011111100111111001111111101110110110101 | 3f3f3fddb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)