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 | 抃暸 | 10011101010101101001111001000001 | 9d569e41 |
EUC-JP | 抃暸 | 11011001101101111101101110100010 | d9b7dba2 |
UTF-8 | 抃暸 | 111001101000101010000011111001101001101010111000 | e68a83e69ab8 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)