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 | èÊ¢Ì | 11101000110010101010001011001100 | e8caa2cc |
SJIS-WIN | ??¢? | 0011111100111111100000011001000100111111 | 3f3f81913f |
EUC-JP | èÊ¢Ì | 1000111110101011101100101000111110101010101101001010000111110001100011111010101011000000 | 8fabb28faab4a1f18faac0 |
UTF-8 | èÊ¢Ì | 1100001110101000110000111000101011000010101000101100001110001100 | c3a8c38ac2a2c38c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)