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 | ?´ | 0011111110110100 | 3fb4 |
SJIS-WIN | ¢´ | 10000001100100011000000101001100 | 8191814c |
EUC-JP | ¢´ | 10100001111100011010000110101101 | a1f1a1ad |
UTF-8 | ¢´ | 1110111110111111101000001100001010110100 | efbfa0c2b4 |
UHC | ¢´ | 10100001110010111010001010100101 | a1cba2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)