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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 垓拒垓居^ | 100110101011010010001011100100011001101010110100100010111000111101011110 | 9ab48b919ab48b8f5e |
EUC-JP | 垓拒垓居^ | 110101001011011010110101111100011101010010110110101101011110111101011110 | d4b6b5f1d4b6b5ef5e |
UTF-8 | 垓拒垓居^ | 11100101100111101001001111100110100010111001001011100101100111101001001111100101101100011000010101011110 | e59e93e68b92e59e93e5b1855e |
UHC | 垓拒垓居^ | 111110101010011111001011110111101111101010100111110010111101110001011110 | faa7cbdefaa7cbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)