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 | I@B | 10010010010010010100000001000010 | 92494042 |
SJIS-WIN | ?I@B | 00111111010010010100000001000010 | 3f494042 |
EUC-JP | ?I@B | 00111111010010010100000001000010 | 3f494042 |
UTF-8 | I@B | 1100001010010010010010010100000001000010 | c292494042 |
UHC | ?I@B | 00111111010010010100000001000010 | 3f494042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)