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 | ?d | 0011111101100100 | 3f64 |
SJIS-WIN | 衷d | 100100101000111101100100 | 928f64 |
EUC-JP | 衷d | 110000111110111101100100 | c3ef64 |
UTF-8 | 衷d | 11101000101000011011011101100100 | e8a1b764 |
UHC | 衷d | 111101011111101101100100 | f5fb64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)