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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
EUC-JP | ?坮}?坮{^ | 0011111110001111101101111100011101111101001111111000111110110111110001110111101101011110 | 3f8fb7c77d3f8fb7c77b5e |
UTF-8 | 적坮}적坮{^ | 111011001010000010000001111001011001110110101110011111011110110010100000100000011110010110011101101011100111101101011110 | eca081e59dae7deca081e59dae7b5e |
UHC | 적坮}적坮{^ | 1100000011111011110100111101110101111101110000001111101111010011110111010111101101011110 | c0fbd3dd7dc0fbd3dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)