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âN[âfâN[^ | 1110001001100110111000100100111001011011111000100110011011100010010011100101101101011110 | e266e24e5be266e24e5b5e |
SJIS-WIN | ?f?N[?f?N[^ | 0011111101100110001111110100111001011011001111110110011000111111010011100101101101011110 | 3f663f4e5b3f663f4e5b5e |
EUC-JP | âfâN[âfâN[^ | 10001111101010111010010001100110100011111010101110100100010011100101101110001111101010111010010001100110100011111010101110100100010011100101101101011110 | 8faba4668faba44e5b8faba4668faba44e5b5e |
UTF-8 | âfâN[âfâN[^ | 110000111010001001100110110000111010001001001110010110111100001110100010011001101100001110100010010011100101101101011110 | c3a266c3a24e5bc3a266c3a24e5b5e |
UHC | ?f?N[?f?N[^ | 0011111101100110001111110100111001011011001111110110011000111111010011100101101101011110 | 3f663f4e5b3f663f4e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)