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 | y»y»^ | 100110010111100110001010101110111001100101111001100010101011101101011110 | 99798abb99798abb5e |
SJIS-WIN | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
EUC-JP | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
UTF-8 | y»y»^ | 110000101001100101111001110000101000101011000010101110111100001010011001011110011100001010001010110000101011101101011110 | c29979c28ac2bbc29979c28ac2bb5e |
UHC | ?y???y??^ | 001111110111100100111111001111110011111101111001001111110011111101011110 | 3f793f3f3f793f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)