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 | xãV}xãV{^ | 1000101001111000111000110101011001111101100010100111100011100011010101100111101101011110 | 8a78e3567d8a78e3567b5e |
SJIS-WIN | ?x?V}?x?V{^ | 0011111101111000001111110101011001111101001111110111100000111111010101100111101101011110 | 3f783f567d3f783f567b5e |
EUC-JP | ?xãV}?xãV{^ | 001111110111100010001111101010111010101001010110011111010011111101111000100011111010101110101010010101100111101101011110 | 3f788fabaa567d3f788fabaa567b5e |
UTF-8 | xãV}xãV{^ | 110000101000101001111000110000111010001101010110011111011100001010001010011110001100001110100011010101100111101101011110 | c28a78c3a3567dc28a78c3a3567b5e |
UHC | ?x?V}?x?V{^ | 0011111101111000001111110101011001111101001111110111100000111111010101100111101101011110 | 3f783f567d3f783f567b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)