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 | æ¶ç³B | 11100110101101101000110011100111100011101011001101000010 | e6b68ce78eb342 |
SJIS-WIN | ?¶????B | 0011111110000001111101110011111100111111001111110011111101000010 | 3f81f73f3f3f3f42 |
EUC-JP | æ¶?ç??B | 100011111010100111000001101000101111100100111111100011111010101110101110001111110011111101000010 | 8fa9c1a2f93f8fabae3f3f42 |
UTF-8 | æ¶ç³B | 11000011101001101100001010110110110000101000110011000011101001111100001010001110110000101011001101000010 | c3a6c2b6c28cc3a7c28ec2b342 |
UHC | æ¶???³B | 10101001101000011010001011010010001111110011111100111111101010011111100001000010 | a9a1a2d23f3f3fa9f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)