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 | ©£¢¯¢´ | 101010011010001110100010101011111010001010110100 | a9a3a2afa2b4 |
SJIS-WIN | ?£¢?¢´ | 00111111100000011001001010000001100100010011111110000001100100011000000101001100 | 3f819281913f8191814c |
EUC-JP | ©£¢¯¢´ | 1000111110100010111011011010000111110010101000011111000110001111101000101011010010100001111100011010000110101101 | 8fa2eda1f2a1f18fa2b4a1f1a1ad |
UTF-8 | ©£¢¯¢´ | 110000101010100111000010101000111100001010100010110000101010111111000010101000101100001010110100 | c2a9c2a3c2a2c2afc2a2c2b4 |
UHC | ?????´ | 00111111001111110011111100111111001111111010001010100101 | 3f3f3f3f3fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)