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 | 楔汐 | 10011110101101101000111010101100 | 9eb68eac |
EUC-JP | 楔汐 | 11011100101110001011110010101110 | dcb8bcae |
UTF-8 | 楔汐 | 111001101010010110010100111001101011000110010000 | e6a594e6b190 |
UHC | 楔汐 | 11100000110110111110000010110001 | e0dbe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)