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횄짝_ | 1110110110011010100001001110110010100111100111010101000111101101100110101000010011101100101001111001110101011111 | ed9a84eca79d51ed9a84eca79d5f |
UHC | 횄짝Q횄짝_ | 11000011100000111100001010100110010100011100001110000011110000101010011001011111 | c383c2a651c383c2a65f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)