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 | 靱瑣 | 11101000110101011110000011110010 | e8d5e0f2 |
EUC-JP | 靱瑣 | 11110000110101111110000011110100 | f0d7e0f4 |
UTF-8 | 靱瑣 | 111010011001110110110001111001111001000110100011 | e99db1e791a3 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)