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 | ¼Í¼¹o | 1011110011001101101111001011100101101111 | bccdbcb96f |
SJIS-WIN | ????o | 0011111100111111001111110011111101101111 | 3f3f3f3f6f |
EUC-JP | ?Í??o | 00111111100011111010101010111111001111110011111101101111 | 3f8faabf3f3f6f |
UTF-8 | ¼Í¼¹o | 110000101011110011000011100011011100001010111100110000101011100101101111 | c2bcc38dc2bcc2b96f |
UHC | ¼?¼¹o | 1010100011111001001111111010100011111001101010011111011001101111 | a8f93fa8f9a9f66f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)