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 | 丹戈丹痲^ | 100100100100111110011100111101111001001001001111111000011000010001011110 | 924f9cf7924fe1845e |
EUC-JP | 丹戈丹痲^ | 110000111011000011011000111110011100001110110000111000011110010001011110 | c3b0d8f9c3b0e1e45e |
UTF-8 | 丹戈丹痲^ | 11100100101110001011100111100110100010001000100011100100101110001011100111100111100101111011001001011110 | e4b8b9e68888e4b8b9e797b25e |
UHC | 丹戈丹痲^ | 110100111010000111001101111111001101001110100001110110001010011001011110 | d3a1cdfcd3a1d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)