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 | F\}F\{^ | 100100100100011001011100011111011001001001000110010111000111101101011110 | 92465c7d92465c7b5e |
SJIS-WIN | ?F\}?F\{^ | 001111110100011001011100011111010011111101000110010111000111101101011110 | 3f465c7d3f465c7b5e |
EUC-JP | ?F\}?F\{^ | 001111110100011001011100011111010011111101000110010111000111101101011110 | 3f465c7d3f465c7b5e |
UTF-8 | F\}F\{^ | 1100001010010010010001100101110001111101110000101001001001000110010111000111101101011110 | c292465c7dc292465c7b5e |
UHC | ?F\}?F\{^ | 001111110100011001011100011111010011111101000110010111000111101101011110 | 3f465c7d3f465c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)