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 | Fj | 100100100100011001101010 | 92466a |
SJIS-WIN | ?Fj | 001111110100011001101010 | 3f466a |
EUC-JP | ?Fj | 001111110100011001101010 | 3f466a |
UTF-8 | Fj | 11000010100100100100011001101010 | c292466a |
UHC | ?Fj | 001111110100011001101010 | 3f466a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)