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 | 汐泄 | 10001110101011001001111110010101 | 8eac9f95 |
EUC-JP | 汐泄 | 10111100101011101101110111110101 | bcaeddf5 |
UTF-8 | 汐泄 | 111001101011000110010000111001101011001110000100 | e6b190e6b384 |
UHC | 汐泄 | 11100000101100011110000011011100 | e0b1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)