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 | 寥襄 | 10011011100011001110010111110101 | 9b8ce5f5 |
EUC-JP | 寥襄 | 11010101111011001110101011110111 | d5eceaf7 |
UTF-8 | 寥襄 | 111001011010111110100101111010001010010110000100 | e5afa5e8a584 |
UHC | 寥襄 | 11101000111011111110010111010001 | e8efe5d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)