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 | ¡?@h | 10100001001111110100000001101000 | a13f4068 |
SJIS-WIN | ?⇒@h | 0011111110000001110010110100000001101000 | 3f81cb4068 |
EUC-JP | ¡⇒@h | 10001111101000101100001010100010110011010100000001101000 | 8fa2c2a2cd4068 |
UTF-8 | ¡⇒@h | 11000010101000011110001010000111100100100100000001101000 | c2a1e287924068 |
UHC | ¡⇒@h | 101000101010111010100010101000010100000001101000 | a2aea2a14068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)