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 | ininB | 10011111011010010110111010011111011010010110111001000010 | 9f696e9f696e42 |
SJIS-WIN | ?in?inB | 00111111011010010110111000111111011010010110111001000010 | 3f696e3f696e42 |
EUC-JP | ?in?inB | 00111111011010010110111000111111011010010110111001000010 | 3f696e3f696e42 |
UTF-8 | ininB | 110000101001111101101001011011101100001010011111011010010110111001000010 | c29f696ec29f696e42 |
UHC | ?in?inB | 00111111011010010110111000111111011010010110111001000010 | 3f696e3f696e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)