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 | ?xn}?xn{^ | 001111110111100001101110011111010011111101111000011011100111101101011110 | 3f786e7d3f786e7b5e |
SJIS-WIN | 傀xn}傀xn{^ | 1001100011111000011110000110111001111101100110001111100001111000011011100111101101011110 | 98f8786e7d98f8786e7b5e |
EUC-JP | 傀xn}傀xn{^ | 1101000011111010011110000110111001111101110100001111101001111000011011100111101101011110 | d0fa786e7dd0fa786e7b5e |
UTF-8 | 傀xn}傀xn{^ | 11100101100000101000000001111000011011100111110111100101100000101000000001111000011011100111101101011110 | e58280786e7de58280786e7b5e |
UHC | 傀xn}傀xn{^ | 1100111011010011011110000110111001111101110011101101001101111000011011100111101101011110 | ced3786e7dced3786e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)