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 | 蔭疸}蔭疸{^ | 1000100011111100111000010111010001111101100010001111110011100001011101000111101101011110 | 88fce1747d88fce1747b5e |
EUC-JP | 蔭疸}蔭疸{^ | 1011000011111110111000011101010101111101101100001111111011100001110101010111101101011110 | b0fee1d57db0fee1d57b5e |
UTF-8 | 蔭疸}蔭疸{^ | 111010001001010010101101111001111001011010111000011111011110100010010100101011011110011110010110101110000111101101011110 | e894ade796b87de894ade796b87b5e |
UHC | 蔭疸}蔭疸{^ | 1110101111100011110100111011100001111101111010111110001111010011101110000111101101011110 | ebe3d3b87debe3d3b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)