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 | ¡®¦¢\ | 1010000110101110101001101010001001011100 | a1aea6a25c |
SJIS-WIN | ???¢\ | 001111110011111100111111100000011001000101011100 | 3f3f3f81915c |
EUC-JP | ¡®¦¢\ | 100011111010001011000010100011111010001011101110100011111010001011000011101000011111000101011100 | 8fa2c28fa2ee8fa2c3a1f15c |
UTF-8 | ¡®¦¢\ | 110000101010000111000010101011101100001010100110110000101010001001011100 | c2a1c2aec2a6c2a25c |
UHC | ¡®??\ | 10100010101011101010001011100111001111110011111101011100 | a2aea2e73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)