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 | ww^ | 100111101001110110010110011101111001111010011101100101100111011101011110 | 9e9d96779e9d96775e |
SJIS-WIN | ???w???w^ | 001111110011111100111111011101110011111100111111001111110111011101011110 | 3f3f3f773f3f3f775e |
EUC-JP | ???w???w^ | 001111110011111100111111011101110011111100111111001111110111011101011110 | 3f3f3f773f3f3f775e |
UTF-8 | ww^ | 110000101001111011000010100111011100001010010110011101111100001010011110110000101001110111000010100101100111011101011110 | c29ec29dc29677c29ec29dc296775e |
UHC | ???w???w^ | 001111110011111100111111011101110011111100111111001111110111011101011110 | 3f3f3f773f3f3f775e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)