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 | 曜? | 100101110110101000111111 | 976a3f |
EUC-JP | 曜? | 110011011100101100111111 | cdcb3f |
UTF-8 | 曜퇕 | 111001101001101110011100111011011000011110010101 | e69b9ced8795 |
UHC | 曜퇕 | 11101000111110001011100001000110 | e8f8b846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)