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 | 營?^ | 10011010011110100011111101011110 | 9a7a3f5e |
EUC-JP | 營?^ | 11010011110110110011111101011110 | d3db3f5e |
UTF-8 | 營멵^ | 11100111100001111001111111101011101010011011010101011110 | e7879feba9b55e |
UHC | 營멵^ | 1110011110111101100100010110001101011110 | e7bd91635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)