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^ | 1110100110010000100101001110010110011001101010001110010010111111101011100110001101011110 | e99094e599a8e4bfae635e |
EUC-JP | 髏泌勣菫ョc^ | 111100011111000011001000111001111101001010101010111010001100000110001110101011100110001101011110 | f1f0c8e7d2aae8c18eae635e |
UTF-8 | 髏泌勣菫ョc^ | 1110100110101011100011111110011010110011100011001110010110001011101000111110100010001111101010111110111110111101101011100110001101011110 | e9ab8fe6b38ce58ba3e88fabefbdae635e |
UHC | ?泌勣菫?c^ | 00111111111110011011001011101110110100111101000011001011001111110110001101011110 | 3ff9b2eed3d0cb3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)