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 | ?FF | 001111110100011001000110 | 3f4646 |
SJIS-WIN | ?FF | 001111110100011001000110 | 3f4646 |
EUC-JP | ?FF | 001111110100011001000110 | 3f4646 |
UTF-8 | 혺FF | 1110110110011000101110100100011001000110 | ed98ba4646 |
UHC | 혺FF | 11000010100111110100011001000110 | c29f4646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)