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 | 袗 | 11100101110101011111011011100011 | e5d5f6e3 |
EUC-JP | 袗? | 111010101101011100111111 | ead73f |
UTF-8 | 袗 | 111010001010001010010111111011101001010010001010 | e8a297ee948a |
UHC | 袗? | 111100101101111100111111 | f2df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)