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 | ù£¬ùý | 111110011010001110001110101011001111100111111101 | f9a38eacf9fd |
SJIS-WIN | ?£?¬?? | 0011111110000001100100100011111110000001110010100011111100111111 | 3f81923f81ca3f3f |
EUC-JP | ù£?¬ùý | 1000111110101011111000111010000111110010001111111010001011001100100011111010101111100011100011111010101111110010 | 8fabe3a1f23fa2cc8fabe38fabf2 |
UTF-8 | ù£¬ùý | 110000111011100111000010101000111100001010001110110000101010110011000011101110011100001110111101 | c3b9c2a3c28ec2acc3b9c3bd |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)