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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 恁⑥?Q] | 10011100100011001000011101000101001111110101000101011101 | 9c8c87453f515d |
EUC-JP | 恁??Q] | 110101111110110000111111001111110101000101011101 | d7ec3f3f515d |
UTF-8 | 恁⑥쮯Q] | 1110011010000001100000011110001010010001101001011110110010101110101011110101000101011101 | e68181e291a5ecaeaf515d |
UHC | 恁⑥쮯Q] | 1110110011110110101010001110110010101000100011000101000101011101 | ecf6a8eca88c515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)