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 | 100100001101100101101111 | 90d96f |
SJIS-WIN | ??o | 001111110011111101101111 | 3f3f6f |
EUC-JP | ?Ùo | 0011111110001111101010101110001101101111 | 3f8faae36f |
UTF-8 | Ùo | 1100001010010000110000111001100101101111 | c290c3996f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)