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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 邪糅顏鴫Q] | 10001110110101111110001011110000111010001111100010001110101100000101000101011101 | 8ed7e2f0e8f88eb0515d |
EUC-JP | 邪糅顏鴫Q] | 10111100110110011110010011110010111100001111101010111100101100100101000101011101 | bcd9e4f2f0fabcb2515d |
UTF-8 | 邪糅顏鴫Q] | 1110100110000010101010101110011110110011100001011110100110100001100011111110100110110100101010110101000101011101 | e982aae7b385e9a18fe9b4ab515d |
UHC | 邪???Q] | 11011110111101110011111100111111001111110101000101011101 | def73f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)