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 | ¡þ¡þ^ | 1010000111111110101000011111111001011110 | a1fea1fe5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ¡þ¡þ^ | 10001111101000101100001010001111101010011101000010001111101000101100001010001111101010011101000001011110 | 8fa2c28fa9d08fa2c28fa9d05e |
UTF-8 | ¡þ¡þ^ | 110000101010000111000011101111101100001010100001110000111011111001011110 | c2a1c3bec2a1c3be5e |
UHC | ¡þ¡þ^ | 101000101010111010101001101011011010001010101110101010011010110101011110 | a2aea9ada2aea9ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)