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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 先贍先 | 100100001110011011100110110101101001000011100110 | 90e6e6d690e6 |
EUC-JP | 先贍先 | 110000001110100011101100110110001100000011101000 | c0e8ecd8c0e8 |
UTF-8 | 先贍先 | 111001011000010110001000111010001011010010001101111001011000010110001000 | e58588e8b48de58588 |
UHC | 先贍先 | 111000001011101111100000111010111110000010111011 | e0bbe0ebe0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)