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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??Б亦 | 001111110011111110000100010000011001011010010010 | 3f3f84419692 |
EUC-JP | ??Б亦 | 001111110011111110100111101000101100101111110010 | 3f3fa7a2cbf2 |
UTF-8 | 遼꿨Б亦 | 1110111110100111100000111110101010111111101010001101000010010001111001001011101010100110 | efa783eabfa8d091e4baa6 |
UHC | 遼꿨Б亦 | 1110100110101100101100101110010110101100101000101110011010110010 | e9acb2e5aca2e6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)