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 | 001111110011111101101110011011110100001001000110 | 3f3f6e6f4246 |
SJIS-WIN | 箒篆noBF | 1110001010110100111000101011110101101110011011110100001001000110 | e2b4e2bd6e6f4246 |
EUC-JP | 箒篆noBF | 1110010010110110111001001011111101101110011011110100001001000110 | e4b6e4bf6e6f4246 |
UTF-8 | 箒篆noBF | 11100111101011101001001011100111101011111000011001101110011011110100001001000110 | e7ae92e7af866e6f4246 |
UHC | ?篆noBF | 00111111111011111010101001101110011011110100001001000110 | 3fefaa6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)