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?\ | 00111111011001100011111101011100 | 3f663f5c |
SJIS-WIN | ?f?\ | 00111111011001100011111101011100 | 3f663f5c |
EUC-JP | ?f?\ | 00111111011001100011111101011100 | 3f663f5c |
UTF-8 | 혱f챕\ | 1110110110011000101100010110011011101100101100011001010101011100 | ed98b166ecb1955c |
UHC | 혱f챕\ | 110000101001100001100110110000111010100101011100 | c29866c3a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)