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 | ìÞ½æ^ | 1110110011011110101111011110011001011110 | ecdebde65e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ìÞ?æ^ | 1000111110101011110000001000111110101001101100000011111110001111101010011100000101011110 | 8fabc08fa9b03f8fa9c15e |
UTF-8 | ìÞ½æ^ | 110000111010110011000011100111101100001010111101110000111010011001011110 | c3acc39ec2bdc3a65e |
UHC | ?Þ½æ^ | 0011111110101000101011011010100011110110101010011010000101011110 | 3fa8ada8f6a9a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)