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?g | 00111111011001100011111101100111 | 3f663f67 |
SJIS-WIN | ?f?g | 00111111011001100011111101100111 | 3f663f67 |
EUC-JP | ?f?g | 00111111011001100011111101100111 | 3f663f67 |
UTF-8 | 묯f묨g | 1110101110101100101011110110011011101011101011001010100001100111 | ebacaf66ebaca867 |
UHC | 묯f묨g | 100100100100011001100110100100100100000101100111 | 924666924167 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)