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 | 蓉莟 | 10010111011101011110010010101111 | 9775e4af |
EUC-JP | 蓉莟 | 11001101110101101110100010110001 | cdd6e8b1 |
UTF-8 | 蓉莟 | 111010001001001110001001111010001000111010011111 | e89389e88e9f |
UHC | 蓉? | 111010011100100000111111 | e9c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)