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 | ??Q??Q^ | 00111111001111110101000100111111001111110101000101011110 | 3f3f513f3f515e |
SJIS-WIN | ??Q??Q^ | 00111111001111110101000100111111001111110101000101011110 | 3f3f513f3f515e |
EUC-JP | ??Q??Q^ | 00111111001111110101000100111111001111110101000101011110 | 3f3f513f3f515e |
UTF-8 | 렔렊Q렔렊Q^ | 111010111010000010010100111010111010000010001010010100011110101110100000100101001110101110100000100010100101000101011110 | eba094eba08a51eba094eba08a515e |
UHC | 렔렊Q렔렊Q^ | 1000111010101001100011101010000101010001100011101010100110001110101000010101000101011110 | 8ea98ea1518ea98ea1515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)