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 | ¼Õ¼»P^ | 101111001101010110111100101110110101000001011110 | bcd5bcbb505e |
SJIS-WIN | ????P^ | 001111110011111100111111001111110101000001011110 | 3f3f3f3f505e |
EUC-JP | ?Õ??P^ | 0011111110001111101010101101100000111111001111110101000001011110 | 3f8faad83f3f505e |
UTF-8 | ¼Õ¼»P^ | 11000010101111001100001110010101110000101011110011000010101110110101000001011110 | c2bcc395c2bcc2bb505e |
UHC | ¼?¼?P^ | 1010100011111001001111111010100011111001001111110101000001011110 | a8f93fa8f93f505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)