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 | ?A?QD?A?QD^ | 0011111101000001001111110101000101000100001111110100000100111111010100010100010001011110 | 3f413f51443f413f51445e |
SJIS-WIN | ?A?QD?A?QD^ | 0011111101000001001111110101000101000100001111110100000100111111010100010100010001011110 | 3f413f51443f413f51445e |
EUC-JP | ?A?QD?A?QD^ | 0011111101000001001111110101000101000100001111110100000100111111010100010100010001011110 | 3f413f51443f413f51445e |
UTF-8 | 혪A혪QD혪A혪QD^ | 11101101100110001010101001000001111011011001100010101010010100010100010011101101100110001010101001000001111011011001100010101010010100010100010001011110 | ed98aa41ed98aa5144ed98aa41ed98aa51445e |
UHC | 혪A혪QD혪A혪QD^ | 110000101001001001000001110000101001001001010001010001001100001010010010010000011100001010010010010100010100010001011110 | c29241c2925144c29241c29251445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)