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 | ç~¸^ | 11100111011111101000111110000111100000101011100001011110 | e77e8f8782b85e |
SJIS-WIN | ?~????^ | 00111111011111100011111100111111001111110011111101011110 | 3f7e3f3f3f3f5e |
EUC-JP | ç~???¸^ | 1000111110101011101011100111111000111111001111110011111110001111101000101011000101011110 | 8fabae7e3f3f3f8fa2b15e |
UTF-8 | ç~¸^ | 110000111010011101111110110000101000111111000010100001111100001010000010110000101011100001011110 | c3a77ec28fc287c282c2b85e |
UHC | ?~???¸^ | 0011111101111110001111110011111100111111101000101010110001011110 | 3f7e3f3f3fa2ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)