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 | ¾æý\ | 1011111010101101111001101111110101011100 | beade6fd5c |
SJIS-WIN | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
EUC-JP | ??æý\ | 001111110011111110001111101010011100000110001111101010111111001001011100 | 3f3f8fa9c18fabf25c |
UTF-8 | ¾æý\ | 110000101011111011000010101011011100001110100110110000111011110101011100 | c2bec2adc3a6c3bd5c |
UHC | ¾æ?\ | 1010100011111010101000011010100110101001101000010011111101011100 | a8faa1a9a9a13f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)