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 | 獨玳 | 11100000110101011110000011011100 | e0d5e0dc |
EUC-JP | 獨玳 | 11100000110101111110000011011110 | e0d7e0de |
UTF-8 | 獨玳 | 111001111000110110101000111001111000111010110011 | e78da8e78eb3 |
UHC | 獨玳 | 11010100101111001101001111100101 | d4bcd3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)