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??_ | 001111110011111101010001001111110011111101011111 | 3f3f513f3f5f |
SJIS-WIN | ??Q??_ | 001111110011111101010001001111110011111101011111 | 3f3f513f3f5f |
EUC-JP | ??Q??_ | 001111110011111101010001001111110011111101011111 | 3f3f513f3f5f |
UTF-8 | 뤒법Q뤒법_ | 1110101110100100100100101110101110110010100101010101000111101011101001001001001011101011101100101001010101011111 | eba492ebb29551eba492ebb2955f |
UHC | 뤒법Q뤒법_ | 10001111110000101011100111111101010100011000111111000010101110011111110101011111 | 8fc2b9fd518fc2b9fd5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)