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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 箏恰 | 11100010101101011000101010000110 | e2b58a86 |
EUC-JP | 箏恰 | 11100100101101111011001111100110 | e4b7b3e6 |
UTF-8 | 箏恰 | 111001111010111010001111111001101000000110110000 | e7ae8fe681b0 |
UHC | 箏恰 | 11101110101101001111110111100110 | eeb4fde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)