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 | 引? | 100010001111100000111111 | 88f83f |
EUC-JP | 引? | 101100001111101000111111 | b0fa3f |
UTF-8 | 引뤩 | 111001011011110010010101111010111010010010101001 | e5bc95eba4a9 |
UHC | 引뤩 | 11101100110110101000111111010111 | ecda8fd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)