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 | 廛? | 100111000100010000111111 | 9c443f |
EUC-JP | 廛? | 110101111010010100111111 | d7a53f |
UTF-8 | 廛綾 | 111001011011101110011011111011111010010110010111 | e5bb9befa597 |
UHC | 廛綾 | 11101110111110001101001011110101 | eef8d2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)