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 | ?荊 | 001111111000110001110100 | 3f8c74 |
EUC-JP | ?荊 | 001111111011011111010101 | 3fb7d5 |
UTF-8 | 뤗荊 | 111010111010010010010111111010001000110110001010 | eba497e88d8a |
UHC | 뤗荊 | 10001111110001111111101110101010 | 8fc7fbaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)