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 | 豫? | 100110001010110000111111 | 98ac3f |
EUC-JP | 豫? | 110100001010111000111111 | d0ae3f |
UTF-8 | 豫랥 | 111010001011000110101011111010111001111010100101 | e8b1abeb9ea5 |
UHC | 豫랥 | 11100111111000111000111001000110 | e7e38e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)