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 | ?y?n}?y?n{^ | 0011111101111001001111110110111001111101001111110111100100111111011011100111101101011110 | 3f793f6e7d3f793f6e7b5e |
SJIS-WIN | ?y?n}?y?n{^ | 0011111101111001001111110110111001111101001111110111100100111111011011100111101101011110 | 3f793f6e7d3f793f6e7b5e |
EUC-JP | ?y?n}?y?n{^ | 0011111101111001001111110110111001111101001111110111100100111111011011100111101101011110 | 3f793f6e7d3f793f6e7b5e |
UTF-8 | 챈y혗n}챈y혗n{^ | 11101100101100011000100001111001111011011001100010010111011011100111110111101100101100011000100001111001111011011001100010010111011011100111101101011110 | ecb18879ed98976e7decb18879ed98976e7b5e |
UHC | 챈y혗n}챈y혗n{^ | 110000111010011001111001110000101000001001101110011111011100001110100110011110011100001010000010011011100111101101011110 | c3a679c2826e7dc3a679c2826e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)