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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 汐旋 | 10001110101011001001000011111001 | 8eac90f9 |
EUC-JP | 汐旋 | 10111100101011101100000011111011 | bcaec0fb |
UTF-8 | 汐旋 | 111001101011000110010000111001101001011110001011 | e6b190e6978b |
UHC | 汐旋 | 11100000101100011110000011000001 | e0b1e0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)