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 | ???IoBF | 00111111001111110011111101001001011011110100001001000110 | 3f3f3f496f4246 |
SJIS-WIN | 巍曹嵬IoBF | 10011011110110011001000110000010100110111100101001001001011011110100001001000110 | 9bd991829bca496f4246 |
EUC-JP | 巍曹嵬IoBF | 11010110110110111100000111100010110101101100110001001001011011110100001001000110 | d6dbc1e2d6cc496f4246 |
UTF-8 | 巍曹嵬IoBF | 11100101101101111000110111100110100110111011100111100101101101011010110001001001011011110100001001000110 | e5b78de69bb9e5b5ac496f4246 |
UHC | 巍曹嵬IoBF | 11101000111001001111000011000111111010001110001101001001011011110100001001000110 | e8e4f0c7e8e3496f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)