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 | çð¿P | 11100111111100001011111101010000 | e7f0bf50 |
SJIS-WIN | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
EUC-JP | çð¿P | 10001111101010111010111010001111101010011100001110001111101000101100010001010000 | 8fabae8fa9c38fa2c450 |
UTF-8 | çð¿P | 11000011101001111100001110110000110000101011111101010000 | c3a7c3b0c2bf50 |
UHC | ?ð¿P | 001111111010100110100011101000101010111101010000 | 3fa9a3a2af50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)