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{^ | 1110001001100110111000100100111001111101111000100110011011100010010011100111101101011110 | e266e24e7de266e24e7b5e |
SJIS-WIN | ?f?N}?f?N{^ | 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 | 3f663f4e7d3f663f4e7b5e |
EUC-JP | âfâN}âfâN{^ | 10001111101010111010010001100110100011111010101110100100010011100111110110001111101010111010010001100110100011111010101110100100010011100111101101011110 | 8faba4668faba44e7d8faba4668faba44e7b5e |
UTF-8 | âfâN}âfâN{^ | 110000111010001001100110110000111010001001001110011111011100001110100010011001101100001110100010010011100111101101011110 | c3a266c3a24e7dc3a266c3a24e7b5e |
UHC | ?f?N}?f?N{^ | 0011111101100110001111110100111001111101001111110110011000111111010011100111101101011110 | 3f663f4e7d3f663f4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)