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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠖ァ蝓キ韋 | 1110010110111101101001111110010110011111101101111110100011101000 | e5bda7e59fb7e8e8 |
EUC-JP | 蠖ァ蝓キ韋 | 11101010101111111000111010100111111010101010000110001110101101111111000011101010 | eabf8ea7eaa18eb7f0ea |
UTF-8 | 蠖ァ蝓キ韋 | 111010001010000010010110111011111011110110100111111010001001110110010011111011111011110110110111111010011001111110001011 | e8a096efbda7e89d93efbdb7e99f8b |
UHC | ????韋 | 001111110011111100111111001111111110101011011111 | 3f3f3f3feadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)