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 | ¢´ | 1010001010110100 | a2b4 |
SJIS-WIN | ¢´ | 10000001100100011000000101001100 | 8191814c |
EUC-JP | ¢´ | 10100001111100011010000110101101 | a1f1a1ad |
UTF-8 | ¢´ | 11000010101000101100001010110100 | c2a2c2b4 |
UHC | ?´ | 001111111010001010100101 | 3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)