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 | 跡碣 | 10010000110101011110000111110000 | 90d5e1f0 |
EUC-JP | 跡碣 | 11000000110101111110001011110010 | c0d7e2f2 |
UTF-8 | 跡碣 | 111010001011011110100001111001111010001010100011 | e8b7a1e7a2a3 |
UHC | 跡碣 | 11101110111001101100101011100101 | eee6cae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)