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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 佯榮^ | 1001100011010001100111101100010001011110 | 98d19ec45e |
EUC-JP | 佯榮^ | 1101000011010011110111001100011001011110 | d0d3dcc65e |
UTF-8 | 佯榮^ | 11100100101111011010111111100110101001101010111001011110 | e4bdafe6a6ae5e |
UHC | 佯榮^ | 1110010110111010111001111011010001011110 | e5bae7b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)