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 | 諛嫋 | 11100110100001111001101101011101 | e6879b5d |
EUC-JP | 諛嫋 | 11101011111001111101010110111110 | ebe7d5be |
UTF-8 | 諛嫋 | 111010001010101110011011111001011010101110001011 | e8ab9be5ab8b |
UHC | 諛? | 111010111011000000111111 | ebb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)