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 | t@B | 10010000011101000100000001000010 | 90744042 |
SJIS-WIN | ?t@B | 00111111011101000100000001000010 | 3f744042 |
EUC-JP | ?t@B | 00111111011101000100000001000010 | 3f744042 |
UTF-8 | t@B | 1100001010010000011101000100000001000010 | c290744042 |
UHC | ?t@B | 00111111011101000100000001000010 | 3f744042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)