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 | 仇? | 100010110111011100111111 | 8b773f |
EUC-JP | 仇? | 101101011101100000111111 | b5d83f |
UTF-8 | 仇끤 | 111001001011101110000111111010111000000110100100 | e4bb87eb81a4 |
UHC | 仇끤 | 11001110111110111000010111001110 | cefb85ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)