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 | 100010010110011001000110 | 896646 |
EUC-JP | 映F | 101100011100011101000110 | b1c746 |
UTF-8 | 映F | 11100110100110001010000001000110 | e698a046 |
UHC | 映F | 111001111011000101000110 | e7b146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)