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 | 嗇眷 | 10011010101001011110000111000101 | 9aa5e1c5 |
EUC-JP | 嗇眷 | 11010100101001111110001011000111 | d4a7e2c7 |
UTF-8 | 嗇眷 | 111001011001011110000111111001111001110010110111 | e59787e79cb7 |
UHC | 嗇眷 | 11011111111000001100111111101111 | dfe0cfef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)