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 | ænéBF | 111001100110111010010011111010010100001001000110 | e66e93e94246 |
SJIS-WIN | ?n??BF | 001111110110111000111111001111110100001001000110 | 3f6e3f3f4246 |
EUC-JP | æn?éBF | 10001111101010011100000101101110001111111000111110101011101100010100001001000110 | 8fa9c16e3f8fabb14246 |
UTF-8 | ænéBF | 110000111010011001101110110000101001001111000011101010010100001001000110 | c3a66ec293c3a94246 |
UHC | æn??BF | 10101001101000010110111000111111001111110100001001000110 | a9a16e3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)