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 | 皷瓣 | 11101010100010011110000101000001 | ea89e141 |
EUC-JP | 皷瓣 | 11110011111010011110000110100010 | f3e9e1a2 |
UTF-8 | 皷瓣 | 111001111001101010110111111001111001001110100011 | e79ab7e793a3 |
UHC | ?瓣 | 001111111111011111111011 | 3ff7fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)