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 | ¡®¡³^ | 1010000110101110101000011011001101011110 | a1aea1b35e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ¡®¡?^ | 1000111110100010110000101000111110100010111011101000111110100010110000100011111101011110 | 8fa2c28fa2ee8fa2c23f5e |
UTF-8 | ¡®¡³^ | 110000101010000111000010101011101100001010100001110000101011001101011110 | c2a1c2aec2a1c2b35e |
UHC | ¡®¡³^ | 101000101010111010100010111001111010001010101110101010011111100001011110 | a2aea2e7a2aea9f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)