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 | 00111111001111110011111101101110011011110100001001000110 | 3f3f3f6e6f4246 |
SJIS-WIN | 箏noBF | 11100010101101011111011110101001111100001110001101101110011011110100001001000110 | e2b5f7a9f0e36e6f4246 |
EUC-JP | 箏??noBF | 1110010010110111001111110011111101101110011011110100001001000110 | e4b73f3f6e6f4246 |
UTF-8 | 箏noBF | 11100111101011101000111111101110100101101000110011101110100000101010001001101110011011110100001001000110 | e7ae8fee968cee82a26e6f4246 |
UHC | 箏??noBF | 1110111010110100001111110011111101101110011011110100001001000110 | eeb43f3f6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)