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 | 驫鷹 | 11101001100010101001000111101001 | e98a91e9 |
EUC-JP | 驫鷹 | 11110001111010101100001011101011 | f1eac2eb |
UTF-8 | 驫鷹 | 111010011010100110101011111010011011011110111001 | e9a9abe9b7b9 |
UHC | ?鷹 | 001111111110101111101101 | 3febed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)