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 | ñì¥ò¶«^ | 111100011110110010001110101001011111001010110110100011101010101101011110 | f1ec8ea5f2b68eab5e |
SJIS-WIN | ???¥?¶??^ | 0011111100111111001111111000000110001111001111111000000111110111001111110011111101011110 | 3f3f3f818f3f81f73f3f5e |
EUC-JP | ñì??ò¶??^ | 10001111101010111101000010001111101010111100000000111111001111111000111110101011110100101010001011111001001111110011111101011110 | 8fabd08fabc03f3f8fabd2a2f93f3f5e |
UTF-8 | ñì¥ò¶«^ | 1100001110110001110000111010110011000010100011101100001010100101110000111011001011000010101101101100001010001110110000101010101101011110 | c3b1c3acc28ec2a5c3b2c2b6c28ec2ab5e |
UHC | ?????¶??^ | 00111111001111110011111100111111001111111010001011010010001111110011111101011110 | 3f3f3f3f3fa2d23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)