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 | çfn}çfn{^ | 1110011101100110100100110110111001111101111001110110011010010011011011100111101101011110 | e766936e7de766936e7b5e |
SJIS-WIN | ?f?n}?f?n{^ | 0011111101100110001111110110111001111101001111110110011000111111011011100111101101011110 | 3f663f6e7d3f663f6e7b5e |
EUC-JP | çf?n}çf?n{^ | 100011111010101110101110011001100011111101101110011111011000111110101011101011100110011000111111011011100111101101011110 | 8fabae663f6e7d8fabae663f6e7b5e |
UTF-8 | çfn}çfn{^ | 110000111010011101100110110000101001001101101110011111011100001110100111011001101100001010010011011011100111101101011110 | c3a766c2936e7dc3a766c2936e7b5e |
UHC | ?f?n}?f?n{^ | 0011111101100110001111110110111001111101001111110110011000111111011011100111101101011110 | 3f663f6e7d3f663f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)