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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ネ邇ス爾F | 111100011110000111001000111001111000111010111101100011101010001001000110 | f1e1c8e78ebd8ea246 |
EUC-JP | ?ネ邇ス爾F | 00111111100011101100100011101101111011101000111010111101101111001010010001000110 | 3f8ec8edee8ebdbca446 |
UTF-8 | ネ邇ス爾F | 11101110100001011001110011101111101111101000100011101001100000101000011111101111101111011011110111100111100010001011111001000110 | ee859cefbe88e98287efbdbde788be46 |
UHC | ??邇?爾F | 0011111100111111111011001100010000111111111011001011001101000110 | 3f3fecc43fecb346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)