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 | 足蛟 | 10010001101010111110010110000000 | 91abe580 |
EUC-JP | 足蛟 | 11000010101011011110100111100000 | c2ade9e0 |
UTF-8 | 足蛟 | 111010001011011010110011111010001001101110011111 | e8b6b3e89b9f |
UHC | 足蛟 | 11110000111010111100111011110001 | f0ebcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)