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^ | 0011111100111111001111110011111100111111001111110110001101011110 | 3f3f3f3f3f3f635e |
SJIS-WIN | シヲ硝タc^ | 1111001011110100101111001010011010001111110010011111010010111100110000000110001101011110 | f2f4bca68fc9f4bcc0635e |
EUC-JP | ?シヲ硝?タc^ | 001111111000111010111100100011101010011010111110110010110011111110001110110000000110001101011110 | 3f8ebc8ea6becb3f8ec0635e |
UTF-8 | シヲ硝タc^ | 1110111010001000101010111110111110111101101111001110111110111101101001101110011110100001100111011110111010001101101010111110111110111110100000000110001101011110 | ee88abefbdbcefbda6e7a19dee8dabefbe80635e |
UHC | ???硝??c^ | 001111110011111100111111111101011010011000111111001111110110001101011110 | 3f3f3ff5a63f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)