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