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 | 001111110011111101010001001111110011111101010001 | 3f3f513f3f51 |
SJIS-WIN | ??Q??Q | 001111110011111101010001001111110011111101010001 | 3f3f513f3f51 |
EUC-JP | ??Q??Q | 001111110011111101010001001111110011111101010001 | 3f3f513f3f51 |
UTF-8 | 쒔렊Q쒔렎Q | 1110110010010010100101001110101110100000100010100101000111101100100100101001010011101011101000001000111001010001 | ec9294eba08a51ec9294eba08e51 |
UHC | 쒔렊Q쒔렎Q | 10111110101011011000111010100001010100011011111010101101100011101010010001010001 | bead8ea151bead8ea451 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)