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 | ¼Ï̹^ | 101111001100111110001111110011001011100101011110 | bccf8fccb95e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ?Ï?Ì?^ | 00111111100011111010101011000001001111111000111110101010110000000011111101011110 | 3f8faac13f8faac03f5e |
UTF-8 | ¼Ï̹^ | 1100001010111100110000111000111111000010100011111100001110001100110000101011100101011110 | c2bcc38fc28fc38cc2b95e |
UHC | ¼???¹^ | 1010100011111001001111110011111100111111101010011111011001011110 | a8f93f3f3fa9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)