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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 召璟] | 1000111110100010111110110110110101011101 | 8fa2fb6d5d |
EUC-JP | 召璟] | 101111101010010010001111110011001101100101011101 | bea48fccd95d |
UTF-8 | 召璟] | 11100101100011111010110011100111100100101001111101011101 | e58face7929f5d |
UHC | 召璟] | 1110000110101111110011001101111101011101 | e1afccdf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)