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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?岸 | 001111111000101011011101 | 3f8add |
EUC-JP | ?岸 | 001111111011010011011111 | 3fb4df |
UTF-8 | 뤌岸 | 111010111010010010001100111001011011001010111000 | eba48ce5b2b8 |
UHC | 뤌岸 | 10001111101111001110010011001101 | 8fbce4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)