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 | 0011111101000110 | 3f46 |
SJIS-WIN | 隱F | 111010001010101001000110 | e8aa46 |
EUC-JP | 隱F | 111100001010110001000110 | f0ac46 |
UTF-8 | 隱F | 11101001100110101011000101000110 | e99ab146 |
UHC | 隱F | 111010111101111101000110 | ebdf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)