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 | ??U}??U{^ | 001111110011111101010101011111010011111100111111010101010111101101011110 | 3f3f557d3f3f557b5e |
SJIS-WIN | 綜?U}綜?U{^ | 1001000110001110001111110101010101111101100100011000111000111111010101010111101101011110 | 918e3f557d918e3f557b5e |
EUC-JP | 綜?U}綜?U{^ | 1100000111101110001111110101010101111101110000011110111000111111010101010111101101011110 | c1ee3f557dc1ee3f557b5e |
UTF-8 | 綜렰U}綜렰U{^ | 1110011110110110100111001110101110100000101100000101010101111101111001111011011010011100111010111010000010110000010101010111101101011110 | e7b69ceba0b0557de7b69ceba0b0557b5e |
UHC | 綜렰U}綜렰U{^ | 11110000111111001000111010111101010101010111110111110000111111001000111010111101010101010111101101011110 | f0fc8ebd557df0fc8ebd557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)