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 | 廛욕 | 111001011011101110011011111011001001101010010101 | e5bb9bec9a95 |
UHC | 廛욕 | 11101110111110001011111111100101 | eef8bfe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)