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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 湜}湜{^ | 11111011010001110111110111111011010001110111101101011110 | fb477dfb477b5e |
EUC-JP | 湜}湜{^ | 100011111100011111111100011111011000111111000111111111000111101101011110 | 8fc7fc7d8fc7fc7b5e |
UTF-8 | 湜}湜{^ | 111001101011100110011100011111011110011010111001100111000111101101011110 | e6b99c7de6b99c7b5e |
UHC | 湜}湜{^ | 11100011110101110111110111100011110101110111101101011110 | e3d77de3d77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)