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 | qo | 10001111011100011001110101101111 | 8f719d6f |
SJIS-WIN | ?q?o | 00111111011100010011111101101111 | 3f713f6f |
EUC-JP | ?q?o | 00111111011100010011111101101111 | 3f713f6f |
UTF-8 | qo | 110000101000111101110001110000101001110101101111 | c28f71c29d6f |
UHC | ?q?o | 00111111011100010011111101101111 | 3f713f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)