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 | í£v | 11101101100110001010001101110110 | ed98a376 |
SJIS-WIN | ??£v | 0011111100111111100000011001001001110110 | 3f3f819276 |
EUC-JP | í?£v | 10001111101010111011111100111111101000011111001001110110 | 8fabbf3fa1f276 |
UTF-8 | í£v | 11000011101011011100001010011000110000101010001101110110 | c3adc298c2a376 |
UHC | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)