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 | Fo | 100101000100011001101111 | 94466f |
SJIS-WIN | ?Fo | 001111110100011001101111 | 3f466f |
EUC-JP | ?Fo | 001111110100011001101111 | 3f466f |
UTF-8 | Fo | 11000010100101000100011001101111 | c294466f |
UHC | ?Fo | 001111110100011001101111 | 3f466f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)