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 | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 質讐o | 1000111010111111100011110101000101101111 | 8ebf8f516f |
EUC-JP | 質讐o | 1011110011000001101111011011001001101111 | bcc1bdb26f |
UTF-8 | 質讐o | 11101000101100111010101011101000101011101001000001101111 | e8b3aae8ae906f |
UHC | 質讐o | 1111001011110101111000101100001001101111 | f2f5e2c26f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)