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 | ?o | 0011111101101111 | 3f6f |
SJIS-WIN | 膣o | 111001000101001101101111 | e4536f |
EUC-JP | 膣o | 111001111011010001101111 | e7b46f |
UTF-8 | 膣o | 11101000100001101010001101101111 | e886a36f |
UHC | 膣o | 111100101111001101101111 | f2f36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)