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 | 徇? | 100111000110110100111111 | 9c6d3f |
EUC-JP | 徇? | 110101111100111000111111 | d7ce3f |
UTF-8 | 徇긿 | 111001011011111010000111111010101011100010111111 | e5be87eab8bf |
UHC | 徇긿 | 11100010110111111000001110000011 | e2df8383 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)