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 | è±aM^ | 111010001000010010110001011000010100110101011110 | e884b1614d5e |
SJIS-WIN | ??±aM^ | 00111111001111111000000101111101011000010100110101011110 | 3f3f817d614d5e |
EUC-JP | è?±aM^ | 100011111010101110110010001111111010000111011110011000010100110101011110 | 8fabb23fa1de614d5e |
UTF-8 | è±aM^ | 110000111010100011000010100001001100001010110001011000010100110101011110 | c3a8c284c2b1614d5e |
UHC | ??±aM^ | 00111111001111111010000110111110011000010100110101011110 | 3f3fa1be614d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)