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 | 祭疸}祭疸{^ | 1000110111010101111000010111010001111101100011011101010111100001011101000111101101011110 | 8dd5e1747d8dd5e1747b5e |
EUC-JP | 祭疸}祭疸{^ | 1011101011010111111000011101010101111101101110101101011111100001110101010111101101011110 | bad7e1d57dbad7e1d57b5e |
UTF-8 | 祭疸}祭疸{^ | 111001111010010110101101111001111001011010111000011111011110011110100101101011011110011110010110101110000111101101011110 | e7a5ade796b87de7a5ade796b87b5e |
UHC | 祭疸}祭疸{^ | 1111000010101110110100111011100001111101111100001010111011010011101110000111101101011110 | f0aed3b87df0aed3b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)