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 | ¢^ | 10001110101000101001110101011110 | 8ea29d5e |
SJIS-WIN | ?¢?^ | 0011111110000001100100010011111101011110 | 3f81913f5e |
EUC-JP | ?¢?^ | 0011111110100001111100010011111101011110 | 3fa1f13f5e |
UTF-8 | ¢^ | 11000010100011101100001010100010110000101001110101011110 | c28ec2a2c29d5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)