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 | ?Q?Q^ | 0011111101010001001111110101000101011110 | 3f513f515e |
SJIS-WIN | 脱Q脱Q^ | 10010010010001010101000110010010010001010101000101011110 | 9245519245515e |
EUC-JP | 脱Q脱Q^ | 11000011101001100101000111000011101001100101000101011110 | c3a651c3a6515e |
UTF-8 | 脱Q脱Q^ | 111010001000010010110001010100011110100010000100101100010101000101011110 | e884b151e884b1515e |
UHC | ?Q?Q^ | 0011111101010001001111110101000101011110 | 3f513f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)