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 | u[BF | 1000111101110101010110110100001001000110 | 8f755b4246 |
SJIS-WIN | ?u[BF | 0011111101110101010110110100001001000110 | 3f755b4246 |
EUC-JP | ?u[BF | 0011111101110101010110110100001001000110 | 3f755b4246 |
UTF-8 | u[BF | 110000101000111101110101010110110100001001000110 | c28f755b4246 |
UHC | ?u[BF | 0011111101110101010110110100001001000110 | 3f755b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)