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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 昴峯F | 1001110111100011100101011111010101000110 | 9de395f546 |
EUC-JP | 昴峯F | 1101101011100101110010101111011101000110 | dae5caf746 |
UTF-8 | 昴峯F | 11100110100110001011010011100101101100111010111101000110 | e698b4e5b3af46 |
UHC | 昴峯F | 1101100111011011110111001110011101000110 | d9dbdce746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)