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çY}çfçY{^ | 1110011101100110111001110101100101111101111001110110011011100111010110010111101101011110 | e766e7597de766e7597b5e |
SJIS-WIN | ?f?Y}?f?Y{^ | 0011111101100110001111110101100101111101001111110110011000111111010110010111101101011110 | 3f663f597d3f663f597b5e |
EUC-JP | çfçY}çfçY{^ | 10001111101010111010111001100110100011111010101110101110010110010111110110001111101010111010111001100110100011111010101110101110010110010111101101011110 | 8fabae668fabae597d8fabae668fabae597b5e |
UTF-8 | çfçY}çfçY{^ | 110000111010011101100110110000111010011101011001011111011100001110100111011001101100001110100111010110010111101101011110 | c3a766c3a7597dc3a766c3a7597b5e |
UHC | ?f?Y}?f?Y{^ | 0011111101100110001111110101100101111101001111110110011000111111010110010111101101011110 | 3f663f597d3f663f597b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)