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 | ?懸 | 001111111000110010011100 | 3f8c9c |
EUC-JP | ?懸 | 001111111011011111111100 | 3fb7fc |
UTF-8 | 뤻懸 | 111010111010010010111011111001101000011110111000 | eba4bbe687b8 |
UHC | 뤻懸 | 10001111111010011111101011011000 | 8fe9fad8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)