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 | ¡®¦¡B | 1010000110101110101001101010000101000010 | a1aea6a142 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ¡®¦¡B | 10001111101000101100001010001111101000101110111010001111101000101100001110001111101000101100001001000010 | 8fa2c28fa2ee8fa2c38fa2c242 |
UTF-8 | ¡®¦¡B | 110000101010000111000010101011101100001010100110110000101010000101000010 | c2a1c2aec2a6c2a142 |
UHC | ¡®?¡B | 1010001010101110101000101110011100111111101000101010111001000010 | a2aea2e73fa2ae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)