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 | ?Fn}?Fn{^ | 001111110100011001101110011111010011111101000110011011100111101101011110 | 3f466e7d3f466e7b5e |
SJIS-WIN | 論Fn}論Fn{^ | 1001100001011111010001100110111001111101100110000101111101000110011011100111101101011110 | 985f466e7d985f466e7b5e |
EUC-JP | 論Fn}論Fn{^ | 1100111111000000010001100110111001111101110011111100000001000110011011100111101101011110 | cfc0466e7dcfc0466e7b5e |
UTF-8 | 論Fn}論Fn{^ | 11101000101010111001011001000110011011100111110111101000101010111001011001000110011011100111101101011110 | e8ab96466e7de8ab96466e7b5e |
UHC | 論Fn}論Fn{^ | 1101011011100101010001100110111001111101110101101110010101000110011011100111101101011110 | d6e5466e7dd6e5466e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)