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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 兆??莎立^ | 100100101001101100111111001111111110010010110011100101111010011101011110 | 929b3f3fe4b397a75e |
EUC-JP | 兆??莎立^ | 110000111111101100111111001111111110100010110101110011101010100101011110 | c3fb3f3fe8b5cea95e |
UTF-8 | 兆븐렩莎立^ | 11100101100001011000011011101011101110001001000011101011101000001010100111101000100011101000111011100111101010111000101101011110 | e58586ebb890eba0a9e88e8ee7ab8b5e |
UHC | 兆븐렩莎立^ | 1111000010111100101110101110110010001110101101111101111011101101110110001010000101011110 | f0bcbaec8eb7deedd8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)