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^ | 111011011001101010000100111011001010011110011101010100011110110110011010100001001110110010100111100111010101000101011110 | ed9a84eca79d51ed9a84eca79d515e |
UHC | 횄짝Q횄짝Q^ | 1100001110000011110000101010011001010001110000111000001111000010101001100101000101011110 | c383c2a651c383c2a6515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)