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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鷹?鷹?^ | 10010001111010010011111110010001111010010011111101011110 | 91e93f91e93f5e |
EUC-JP | 鷹?鷹?^ | 11000010111010110011111111000010111010110011111101011110 | c2eb3fc2eb3f5e |
UTF-8 | 鷹쏡鷹쏡^ | 11101001101101111011100111101100100011111010000111101001101101111011100111101100100011111010000101011110 | e9b7b9ec8fa1e9b7b9ec8fa15e |
UHC | 鷹쏡鷹쏡^ | 111010111110110110011100010001001110101111101101100111000100010001011110 | ebed9c44ebed9c445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)