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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 齬??^ | 1110101010010111001111110011111101011110 | ea973f3f5e |
EUC-JP | 齬??^ | 1111001111110111001111110011111101011110 | f3f73f3f5e |
UTF-8 | 齬쒒뇹^ | 11101001101111011010110011101100100100101001001011101011100001111011100101011110 | e9bdacec9292eb87b95e |
UHC | 齬쒒뇹^ | 11100101111000011001110011101001101101001010011001011110 | e5e19ce9b4a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)