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 | 辣潔 | 11100111100001011000110010001001 | e7858c89 |
EUC-JP | 辣潔 | 11101101111001011011011111101001 | ede5b7e9 |
UTF-8 | 辣潔 | 111010001011111010100011111001101011110110010100 | e8bea3e6bd94 |
UHC | 辣潔 | 11010101101110001100110010111110 | d5b8ccbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)