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 | 瓔率 | 11100000111110111001011110100110 | e0fb97a6 |
EUC-JP | 瓔率 | 11100000111111011100111010101000 | e0fdcea8 |
UTF-8 | 瓔率 | 111001111001001110010100111001111000111010000111 | e79394e78e87 |
UHC | 瓔率 | 11100111110000101110000111100011 | e7c2e1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)