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 | 潁f | 10011111111100011000001010000110 | 9ff18286 |
EUC-JP | 潁f | 11011110111100111010001111100110 | def3a3e6 |
UTF-8 | 潁f | 111001101011110110000001111011111011110110000110 | e6bd81efbd86 |
UHC | 潁f | 11100111101110001010001111100110 | e7b8a3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)