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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逑皮イ歉 | 11100111100100111001010011100111101100101001111101011101 | e79394e7b29f5d |
EUC-JP | 逑皮イ歉 | 1110110111110011110010001110100110001110101100101101110110111110 | edf3c8e98eb2ddbe |
UTF-8 | 逑皮イ歉 | 111010011000000010010001111001111001101010101110111011111011110110110010111001101010110110001001 | e98091e79aaeefbdb2e6ad89 |
UHC | 逑皮?? | 110011111100011111111001101010110011111100111111 | cfc7f9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)