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 | 籃籖 | 11100010110101011110001011011101 | e2d5e2dd |
EUC-JP | 籃籖 | 11100100110101111110010011011111 | e4d7e4df |
UTF-8 | 籃籖 | 111001111011000110000011111001111011000110010110 | e7b183e7b196 |
UHC | 籃? | 110101011011111000111111 | d5be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)