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 | 問襾 | 10010110111000101110011001000111 | 96e2e647 |
EUC-JP | 問襾 | 11001100111001001110101110101000 | cce4eba8 |
UTF-8 | 問襾 | 111001011001010110001111111010001010010110111110 | e5958fe8a5be |
UHC | 問? | 110110011111110100111111 | d9fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)