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 | ûK·Y | 1111101101001011100011001011011101011001 | fb4b8cb759 |
SJIS-WIN | ?K??Y | 0011111101001011001111110011111101011001 | 3f4b3f3f59 |
EUC-JP | ûK??Y | 10001111101010111110010101001011001111110011111101011001 | 8fabe54b3f3f59 |
UTF-8 | ûK·Y | 1100001110111011010010111100001010001100110000101011011101011001 | c3bb4bc28cc2b759 |
UHC | ?K?·Y | 001111110100101100111111101000011010010001011001 | 3f4b3fa1a459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)