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 | ?] | 0011111101011101 | 3f5d |
SJIS-WIN | 悳] | 100111000111101101011101 | 9c7b5d |
EUC-JP | 悳] | 110101111101110001011101 | d7dc5d |
UTF-8 | 悳] | 11100110100000101011001101011101 | e682b35d |
UHC | 悳] | 110100111110110101011101 | d3ed5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)