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 | ¿èzD | 100111001011111111101000011110101000000101000100 | 9cbfe87a8144 |
SJIS-WIN | ???z?D | 001111110011111100111111011110100011111101000100 | 3f3f3f7a3f44 |
EUC-JP | ?¿èz?D | 00111111100011111010001011000100100011111010101110110010011110100011111101000100 | 3f8fa2c48fabb27a3f44 |
UTF-8 | ¿èzD | 11000010100111001100001010111111110000111010100001111010110000101000000101000100 | c29cc2bfc3a87ac28144 |
UHC | ?¿?z?D | 00111111101000101010111100111111011110100011111101000100 | 3fa2af3f7a3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)