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 | 阿贍 | 10001000101000101110011011010110 | 88a2e6d6 |
EUC-JP | 阿贍 | 10110000101001001110110011011000 | b0a4ecd8 |
UTF-8 | 阿贍 | 111010011001100010111111111010001011010010001101 | e998bfe8b48d |
UHC | 阿贍 | 11100100101110011110000011101011 | e4b9e0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)