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 | 瓔捐 | 11100000111110111001110101101111 | e0fb9d6f |
EUC-JP | 瓔捐 | 11100000111111011101100111010000 | e0fdd9d0 |
UTF-8 | 瓔捐 | 111001111001001110010100111001101000110110010000 | e79394e68d90 |
UHC | 瓔捐 | 11100111110000101110011011001000 | e7c2e6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)