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Þ | 111110110100011011011110 | fb46de |
SJIS-WIN | ?F? | 001111110100011000111111 | 3f463f |
EUC-JP | ûFÞ | 10001111101010111110010101000110100011111010100110110000 | 8fabe5468fa9b0 |
UTF-8 | ûFÞ | 1100001110111011010001101100001110011110 | c3bb46c39e |
UHC | ?FÞ | 00111111010001101010100010101101 | 3f46a8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)