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 | ?資 | 001111111000111010010001 | 3f8e91 |
EUC-JP | ?資 | 001111111011101111110001 | 3fbbf1 |
UTF-8 | 뤺資 | 111010111010010010111010111010001011001110000111 | eba4bae8b387 |
UHC | 뤺資 | 10001111111010001110110111000000 | 8fe8edc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)