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 | 1111000111101111100011101010000101000110 | f1ef8ea146 |
EUC-JP | ?治F | 00111111101111001010001101000110 | 3fbca346 |
UTF-8 | 治F | 11101110100001011010101011100110101100101011101101000110 | ee85aae6b2bb46 |
UHC | ?治F | 00111111111101101011110101000110 | 3ff6bd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)