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 | æ¶ç\ | 11100110101101101000110011100111100111001000010001011100 | e6b68ce79c845c |
SJIS-WIN | ?¶????\ | 0011111110000001111101110011111100111111001111110011111101011100 | 3f81f73f3f3f3f5c |
EUC-JP | æ¶?ç??\ | 100011111010100111000001101000101111100100111111100011111010101110101110001111110011111101011100 | 8fa9c1a2f93f8fabae3f3f5c |
UTF-8 | æ¶ç\ | 11000011101001101100001010110110110000101000110011000011101001111100001010011100110000101000010001011100 | c3a6c2b6c28cc3a7c29cc2845c |
UHC | æ¶????\ | 101010011010000110100010110100100011111100111111001111110011111101011100 | a9a1a2d23f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)