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 | 裘鷺、 | 1110010111100010100011011110101110100100 | e5e28deba4 |
EUC-JP | 裘鷺、 | 111010101110010010111010111011011000111010100100 | eae4baed8ea4 |
UTF-8 | 裘鷺、 | 111010001010001110011000111010011011011110111010111011111011110110100100 | e8a398e9b7baefbda4 |
UHC | ?鷺? | 00111111110101101101110000111111 | 3fd6dc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)