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 | 0011111101110110 | 3f76 |
SJIS-WIN | 泄v | 100111111001010101110110 | 9f9576 |
EUC-JP | 泄v | 110111011111010101110110 | ddf576 |
UTF-8 | 泄v | 11100110101100111000010001110110 | e6b38476 |
UHC | 泄v | 111000001101110001110110 | e0dc76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)