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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 涖涖B | 1111101101000000111110110100000001000010 | fb40fb4042 |
EUC-JP | 涖涖B | 10001111110001111100101110001111110001111100101101000010 | 8fc7cb8fc7cb42 |
UTF-8 | 涖涖B | 11100110101101101001011011100110101101101001011001000010 | e6b696e6b69642 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)