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 | ædäqA | 111001100110010011100100011100011001011001000001 | e664e4719641 |
SJIS-WIN | ?d?q?A | 001111110110010000111111011100010011111101000001 | 3f643f713f41 |
EUC-JP | ædäq?A | 10001111101010011100000101100100100011111010101110100011011100010011111101000001 | 8fa9c1648faba3713f41 |
UTF-8 | ædäqA | 110000111010011001100100110000111010010001110001110000101001011001000001 | c3a664c3a471c29641 |
UHC | æd?q?A | 10101001101000010110010000111111011100010011111101000001 | a9a1643f713f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)