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 | ?????c^ | 00111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f635e |
SJIS-WIN | 韶泌勣菫ョc^ | 1110100011101110100101001110010110011001101010001110010010111111101011100110001101011110 | e8ee94e599a8e4bfae635e |
EUC-JP | 韶泌勣菫ョc^ | 111100001111000011001000111001111101001010101010111010001100000110001110101011100110001101011110 | f0f0c8e7d2aae8c18eae635e |
UTF-8 | 韶泌勣菫ョc^ | 1110100110011111101101101110011010110011100011001110010110001011101000111110100010001111101010111110111110111101101011100110001101011110 | e99fb6e6b38ce58ba3e88fabefbdae635e |
UHC | 韶泌勣菫?c^ | 1110000111010010111110011011001011101110110100111101000011001011001111110110001101011110 | e1d2f9b2eed3d0cb3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)