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 | 101111111010001001101000 | bfa268 |
SJIS-WIN | ?¢h | 00111111100000011001000101101000 | 3f819168 |
EUC-JP | ¿¢h | 100011111010001011000100101000011111000101101000 | 8fa2c4a1f168 |
UTF-8 | ¿¢h | 1100001010111111110000101010001001101000 | c2bfc2a268 |
UHC | ¿?h | 10100010101011110011111101101000 | a2af3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)