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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 多丹多丹^ | 100100011011110110010010010011111001000110111101100100100100111101011110 | 91bd924f91bd924f5e |
EUC-JP | 多丹多丹^ | 110000101011111111000011101100001100001010111111110000111011000001011110 | c2bfc3b0c2bfc3b05e |
UTF-8 | 多丹多丹^ | 11100101101001001001101011100100101110001011100111100101101001001001101011100100101110001011100101011110 | e5a49ae4b8b9e5a49ae4b8b95e |
UHC | 多丹多丹^ | 110100101111110111010011101000011101001011111101110100111010000101011110 | d2fdd3a1d2fdd3a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)