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 | ¢Ì«©ý | 101000101100110010001111101010111010100111111101 | a2cc8faba9fd |
SJIS-WIN | ¢????? | 10000001100100010011111100111111001111110011111100111111 | 81913f3f3f3f3f |
EUC-JP | ¢Ì??©ý | 10100001111100011000111110101010110000000011111100111111100011111010001011101101100011111010101111110010 | a1f18faac03f3f8fa2ed8fabf2 |
UTF-8 | ¢Ì«©ý | 110000101010001011000011100011001100001010001111110000101010101111000010101010011100001110111101 | c2a2c38cc28fc2abc2a9c3bd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)