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 | ã±^c^ | 1110001110000010100111001100001010110001010111100110001101011110 | e3829cc2b15e635e |
SJIS-WIN | ????±^c^ | 001111110011111100111111001111111000000101111101010111100110001101011110 | 3f3f3f3f817d5e635e |
EUC-JP | ã??±^c^ | 10001111101010111010101000111111001111111000111110101010101001001010000111011110010111100110001101011110 | 8fabaa3f3f8faaa4a1de5e635e |
UTF-8 | ã±^c^ | 11000011101000111100001010000010110000101001110011000011100000101100001010110001010111100110001101011110 | c3a3c282c29cc382c2b15e635e |
UHC | ????±^c^ | 001111110011111100111111001111111010000110111110010111100110001101011110 | 3f3f3f3fa1be5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)