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 | ѢP | 110100011010001001010000 | d1a250 |
SJIS-WIN | ?¢P | 00111111100000011001000101010000 | 3f819150 |
EUC-JP | ѢP | 100011111010101011010000101000011111000101010000 | 8faad0a1f150 |
UTF-8 | ѢP | 1100001110010001110000101010001001010000 | c391c2a250 |
UHC | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)