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 | ? | 00111111 | 3f |
SJIS-WIN | 澣 | 1110000001010100 | e054 |
EUC-JP | 澣 | 1101111110110101 | dfb5 |
UTF-8 | 澣 | 111001101011111010100011 | e6bea3 |
UHC | 澣 | 1111100111010100 | f9d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)