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 | ðÐon}ðÐon{^ | 1111000011010000011011110110111001111101111100001101000001101111011011100111101101011110 | f0d06f6e7df0d06f6e7b5e |
SJIS-WIN | ??on}??on{^ | 0011111100111111011011110110111001111101001111110011111101101111011011100111101101011110 | 3f3f6f6e7d3f3f6f6e7b5e |
EUC-JP | ð?on}ð?on{^ | 100011111010100111000011001111110110111101101110011111011000111110101001110000110011111101101111011011100111101101011110 | 8fa9c33f6f6e7d8fa9c33f6f6e7b5e |
UTF-8 | ðÐon}ðÐon{^ | 110000111011000011000011100100000110111101101110011111011100001110110000110000111001000001101111011011100111101101011110 | c3b0c3906f6e7dc3b0c3906f6e7b5e |
UHC | ðÐon}ðÐon{^ | 101010011010001110101000101000100110111101101110011111011010100110100011101010001010001001101111011011100111101101011110 | a9a3a8a26f6e7da9a3a8a26f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)