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 | ????noBF | 0011111100111111001111110011111101101110011011110100001001000110 | 3f3f3f3f6e6f4246 |
SJIS-WIN | ??愿?noBF | 001111110011111110011100110000110011111101101110011011110100001001000110 | 3f3f9cc33f6e6f4246 |
EUC-JP | 鋌?愿?noBF | 1000111111100100101110110011111111011000110001010011111101101110011011110100001001000110 | 8fe4bb3fd8c53f6e6f4246 |
UTF-8 | 鋌렱愿렢noBF | 11101001100010111000110011101011101000001011000111100110100001001011111111101011101000001010001001101110011011110100001001000110 | e98b8ceba0b1e684bfeba0a26e6f4246 |
UHC | 鋌렱愿렢noBF | 111011111111101110001110101111101110101010110100100011101011001101101110011011110100001001000110 | effb8ebeeab48eb36e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)