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 | 籬莵 | 11100010110111111110010010110111 | e2dfe4b7 |
EUC-JP | 籬莵 | 11100100111000011110100010111001 | e4e1e8b9 |
UTF-8 | 籬莵 | 111001111011000110101100111010001000111010110101 | e7b1ace88eb5 |
UHC | 籬? | 110101111110011000111111 | d7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)