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 | 陦鷺圜 | 111010001010000110001101111010111001101010100110 | e8a18deb9aa6 |
EUC-JP | 陦鷺圜 | 111100001010001110111010111011011101010010101000 | f0a3baedd4a8 |
UTF-8 | 陦鷺圜 | 111010011001100110100110111010011011011110111010111001011001110010011100 | e999a6e9b7bae59c9c |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)