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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????η? | 00111111001111110011111100111111100000111100010100111111 | 3f3f3f3f83c53f |
EUC-JP | ????η? | 00111111001111110011111100111111101001101100011100111111 | 3f3f3f3fa6c73f |
UTF-8 | 濾곌쑬杻η몭 | 1110111110100110100001001110101010110011100011001110110010010001101011001110111110100111100010001100111010110111111010111010101010101101 | efa684eab38cec91acefa788ceb7ebaaad |
UHC | 濾곌쑬杻η몭 | 111001101010010010110000111010101011111010101000111010101111010010100101111001111001000110010111 | e6a4b0eabea8eaf4a5e79197 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)