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 | ç®[BF | 111001111010111010001111010110110100001001000110 | e7ae8f5b4246 |
SJIS-WIN | ???[BF | 001111110011111100111111010110110100001001000110 | 3f3f3f5b4246 |
EUC-JP | ç®?[BF | 10001111101010111010111010001111101000101110111000111111010110110100001001000110 | 8fabae8fa2ee3f5b4246 |
UTF-8 | ç®[BF | 110000111010011111000010101011101100001010001111010110110100001001000110 | c3a7c2aec28f5b4246 |
UHC | ?®?[BF | 00111111101000101110011100111111010110110100001001000110 | 3fa2e73f5b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)