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 | 瓔猊 | 11100000111110111110000011000111 | e0fbe0c7 |
EUC-JP | 瓔猊 | 11100000111111011110000011001001 | e0fde0c9 |
UTF-8 | 瓔猊 | 111001111001001110010100111001111000110010001010 | e79394e78c8a |
UHC | 瓔猊 | 11100111110000101110011111011001 | e7c2e7d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)